fix: only deploys 1 replica webapp until a better session handling method is implemented
This commit is contained in:
@@ -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: 2
|
||||
replicas: 1
|
||||
|
||||
mercure:
|
||||
image: dunglas/mercure
|
||||
|
||||
Reference in New Issue
Block a user