foo
This commit is contained in:
parent
d090697fc7
commit
539dee6742
2 changed files with 6 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ x-secrets: &secrets
|
|||
|
||||
services:
|
||||
app:
|
||||
image: yksflip/foodsoft:latest
|
||||
image: ${IMAGE}
|
||||
networks:
|
||||
- internal
|
||||
- proxy
|
||||
|
|
@ -85,7 +85,7 @@ services:
|
|||
- "coop-cloud.${STACK_NAME}.version=1.0.0+4.7.1"
|
||||
|
||||
cron:
|
||||
image: yksflip/foodsoft:latest
|
||||
image: ${IMAGE}
|
||||
secrets: *secrets
|
||||
configs: *configs
|
||||
entrypoint: *entrypoint
|
||||
|
|
@ -96,7 +96,7 @@ services:
|
|||
- internal
|
||||
|
||||
worker:
|
||||
image: yksflip/foodsoft:latest
|
||||
image: ${IMAGE}
|
||||
secrets: *secrets
|
||||
configs: *configs
|
||||
entrypoint: *entrypoint
|
||||
|
|
@ -107,7 +107,7 @@ services:
|
|||
- internal
|
||||
|
||||
smtp:
|
||||
image: yksflip/foodsoft:latest
|
||||
image: ${IMAGE}
|
||||
configs: *configs
|
||||
entrypoint: *entrypoint
|
||||
secrets: *secrets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue