fix: only deploys 1 replica webapp until a better session handling method is implemented

This commit is contained in:
2025-04-30 17:15:41 -05:00
parent 964cdca151
commit a28f0d9369

View File

@@ -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