diff --git a/deploy.compose.yml b/deploy.compose.yml index f1c97a5..5e33ca6 100755 --- a/deploy.compose.yml +++ b/deploy.compose.yml @@ -1,6 +1,6 @@ services: app: - image: registry.caldwell.digital/home/torsearch-app:latest + image: registry.caldwell.digital/home/torsearch-app:${TAG} ports: - '8001:80' deploy: @@ -10,7 +10,7 @@ services: worker: - image: registry.caldwell.digital/home/torsearch-worker:latest + image: registry.caldwell.digital/home/torsearch-worker:${TAG} volumes: - /mnt/media/downloads/movies:/var/download/movies - /mnt/media/downloads/tvshows:/var/download/tvshows @@ -23,7 +23,7 @@ services: scheduler: - image: registry.caldwell.digital/home/torsearch-scheduler:latest + image: registry.caldwell.digital/home/torsearch-scheduler:${TAG} volumes: - ./downloads:/var/download restart: always @@ -34,8 +34,6 @@ services: mercure: image: dunglas/mercure restart: unless-stopped - ports: - - "3001:80" environment: SERVER_NAME: ':80' MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'