fix: chanaged wrong service last commit
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8001:80"
|
- "8001:80"
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 2
|
replicas: 1
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- /mnt/media/downloads:/var/download
|
- /mnt/media/downloads:/var/download
|
||||||
command: php ./bin/console messenger:consume async -v --time-limit=3600 --limit=10
|
command: php ./bin/console messenger:consume async -v --time-limit=3600 --limit=10
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
|
|
||||||
mercure:
|
mercure:
|
||||||
image: dunglas/mercure
|
image: dunglas/mercure
|
||||||
|
|||||||
Reference in New Issue
Block a user