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