From 746ba2da0b5773ee83e13790f0db43f4c480617a Mon Sep 17 00:00:00 2001 From: timofey Date: Sat, 5 Aug 2023 11:55:38 +0000 Subject: [PATCH] customize --- simple/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml index 105d991..9f6e2ef 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -17,7 +17,7 @@ services: - BUILDBOT_CONFIG_DIR=config - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildabot/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - - BUILDBOT_WEB_URL=http://192.168.1.3:8010/ + - BUILDBOT_WEB_URL=https://buildbot.parrrate.ru/ - BUILDBOT_WEB_PORT=tcp:port=8010 depends_on: - db