From 3d89e14523a72687d5f6d0b8ad1b9041b4cc58fc Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 1 Feb 2022 11:26:36 +0100 Subject: [PATCH] adding bbproxy to watchtower --- hosting/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/docker-compose.yaml b/hosting/docker-compose.yaml index 57fd809dfc..17ed12a13d 100644 --- a/hosting/docker-compose.yaml +++ b/hosting/docker-compose.yaml @@ -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