Merge branch 'main' of https://gitea.musk.fun/nocr/flea
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
36e574ed3a
@ -5,6 +5,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: telegram-client
|
context: telegram-client
|
||||||
dockerfile: src/Nocr.TelegramClient.Host/Dockerfile
|
dockerfile: src/Nocr.TelegramClient.Host/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
ports:
|
ports:
|
||||||
- 5050:8080
|
- 5050:8080
|
||||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||||
@ -29,6 +31,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: telegram-listener
|
context: telegram-listener
|
||||||
dockerfile: src/Nocr.TelegramListener.Host/Dockerfile
|
dockerfile: src/Nocr.TelegramListener.Host/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
ports:
|
ports:
|
||||||
- 5040:8080
|
- 5040:8080
|
||||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||||
@ -55,6 +59,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: text-matcher
|
context: text-matcher
|
||||||
dockerfile: src/Nocr.TextMatcher.Host/Dockerfile
|
dockerfile: src/Nocr.TextMatcher.Host/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
ports:
|
ports:
|
||||||
- 5041:8080
|
- 5041:8080
|
||||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||||
@ -80,6 +86,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: text-matcher
|
context: text-matcher
|
||||||
dockerfile: src/Nocr.TextMatcher.Migrator/Dockerfile
|
dockerfile: src/Nocr.TextMatcher.Migrator/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
image: nocr-text-matcher-migrations:latest
|
image: nocr-text-matcher-migrations:latest
|
||||||
container_name: nocr-text-matcher-migrator
|
container_name: nocr-text-matcher-migrator
|
||||||
environment:
|
environment:
|
||||||
@ -94,6 +102,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: users
|
context: users
|
||||||
dockerfile: src/Nocr.Users.Host/Dockerfile
|
dockerfile: src/Nocr.Users.Host/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
ports:
|
ports:
|
||||||
- 5042:8080
|
- 5042:8080
|
||||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||||
@ -117,6 +127,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: users
|
context: users
|
||||||
dockerfile: src/Nocr.Users.Migrator/Dockerfile
|
dockerfile: src/Nocr.Users.Migrator/Dockerfile
|
||||||
|
additional_contexts:
|
||||||
|
rootconfig: .
|
||||||
image: nocr-users-migrator:latest
|
image: nocr-users-migrator:latest
|
||||||
container_name: nocr-users-migrator
|
container_name: nocr-users-migrator
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 904a58bc138242a6dff1b02b26536643583fe3e0
|
Subproject commit c6f9c92eac786b47eaf0c6c5109fd216731648e0
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 80ac8138c857123c658c2649f079a9cc756ed60f
|
Subproject commit a31068d63e9c12d87fa04399c7bdbb2938390eea
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 1a3ffada92b0521c4c4e7ae8364aab151c65c377
|
Subproject commit 3cf29a5aa1a54879c54200cb358c5bdbf41847f4
|
||||||
2
users
2
users
@ -1 +1 @@
|
|||||||
Subproject commit 4cb1a005116bbf9cb6dbff90c99ff21c98dedfd1
|
Subproject commit f692e329256d022377adaccbc72c53b393f2a29f
|
||||||
Loading…
Reference in New Issue
Block a user