fix(local deploy): monitor/scheduler container

This commit is contained in:
2025-05-25 20:31:15 -05:00
parent 76bad88190
commit 1ee6db4668
3 changed files with 15 additions and 7 deletions

View File

@@ -8,10 +8,6 @@ services:
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
deploy:
replicas: 2
placement:
constraints:
- node.hostname != web03
- node.hostname != web03.caldwell.local
volumes:
- /mnt/media/downloads/movies:/var/download/movies
- /mnt/media/downloads/tvshows:/var/download/tvshows
@@ -29,7 +25,7 @@ services:
restart: always
command: -vv
deploy:
replicas: 4
replicas: 2
depends_on:
- app
@@ -39,6 +35,7 @@ services:
volumes:
- ./downloads:/var/download
restart: always
command: -vv
depends_on:
- app