fixed nuget.config copy to additional dockerfile context.
This commit is contained in:
parent
97798df417
commit
7172fe3659
@ -5,6 +5,8 @@ services:
|
||||
build:
|
||||
context: telegram-client
|
||||
dockerfile: src/Nocr.TelegramClient.Host/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
ports:
|
||||
- 5050:8080
|
||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||
@ -29,6 +31,8 @@ services:
|
||||
build:
|
||||
context: telegram-listener
|
||||
dockerfile: src/Nocr.TelegramListener.Host/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
ports:
|
||||
- 5040:8080
|
||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||
@ -55,6 +59,8 @@ services:
|
||||
build:
|
||||
context: text-matcher
|
||||
dockerfile: src/Nocr.TextMatcher.Host/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
ports:
|
||||
- 5041:8080
|
||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||
@ -80,6 +86,8 @@ services:
|
||||
build:
|
||||
context: text-matcher
|
||||
dockerfile: src/Nocr.TextMatcher.Migrator/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
image: nocr-text-matcher-migrations:latest
|
||||
container_name: nocr-text-matcher-migrator
|
||||
environment:
|
||||
@ -94,6 +102,8 @@ services:
|
||||
build:
|
||||
context: users
|
||||
dockerfile: src/Nocr.Users.Host/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
ports:
|
||||
- 5042:8080
|
||||
# IMPORTANT: Create .nocr.env file in project root with your secrets
|
||||
@ -117,6 +127,8 @@ services:
|
||||
build:
|
||||
context: users
|
||||
dockerfile: src/Nocr.Users.Migrator/Dockerfile
|
||||
additional_contexts:
|
||||
rootconfig: .
|
||||
image: nocr-users-migrator:latest
|
||||
container_name: nocr-users-migrator
|
||||
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