1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

allow users to override watchtower port

This commit is contained in:
Martin McKeaveney 2021-08-20 09:47:08 +01:00
parent a371c77579
commit f5254f41d1
3 changed files with 4 additions and 0 deletions

View file

@ -119,6 +119,8 @@ services:
watchtower-service:
image: containrrr/watchtower
ports:
- "${WATCHTOWER_PORT}:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --debug --http-api-update bbapps bbworker

View file

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

View file

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