update watchtower port to 6161

This commit is contained in:
Martin McKeaveney 2021-08-23 21:48:03 +01:00
parent c5da2a59cb
commit b841b41e29
3 changed files with 2 additions and 4 deletions

View File

@ -130,8 +130,6 @@ services:
- WATCHTOWER_CLEANUP=true - WATCHTOWER_CLEANUP=true
labels: labels:
- "com.centurylinklabs.watchtower.enable=false" - "com.centurylinklabs.watchtower.enable=false"
ports:
- 6161:8080
volumes: volumes:

View File

@ -17,5 +17,5 @@ WORKER_PORT=4003
MINIO_PORT=4004 MINIO_PORT=4004
COUCH_DB_PORT=4005 COUCH_DB_PORT=4005
REDIS_PORT=6379 REDIS_PORT=6379
WATCHTOWER_PORT=8080 WATCHTOWER_PORT=6161
BUDIBASE_ENVIRONMENT=PRODUCTION BUDIBASE_ENVIRONMENT=PRODUCTION

View File

@ -26,7 +26,7 @@ WORKER_PORT=4003
MINIO_PORT=4004 MINIO_PORT=4004
COUCH_DB_PORT=4005 COUCH_DB_PORT=4005
REDIS_PORT=6379 REDIS_PORT=6379
WATCHTOWER_PORT=8080 WATCHTOWER_PORT=6161
BUDIBASE_ENVIRONMENT=PRODUCTION` BUDIBASE_ENVIRONMENT=PRODUCTION`
} }