1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

adding bbproxy to watchtower

This commit is contained in:
Martin McKeaveney 2022-02-01 11:26:36 +01:00
parent 394eb44b5f
commit 4c054d1eda

View file

@ -80,6 +80,7 @@ services:
proxy-service:
restart: always
container_name: bbproxy
image: budibase/proxy
ports:
- "${MAIN_PORT}:10000"
@ -123,7 +124,7 @@ services:
- "${WATCHTOWER_PORT}:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --debug --http-api-update bbapps bbworker
command: --debug --http-api-update bbapps bbworker bbproxy
environment:
- WATCHTOWER_HTTP_API=true
- WATCHTOWER_HTTP_API_TOKEN=budibase