From 9186e0f0ac079877db4d598fb76ca0f22baa2af9 Mon Sep 17 00:00:00 2001 From: timofey Date: Fri, 4 Aug 2023 16:42:34 +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 0ae7fa8..e98d7a6 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -6,7 +6,7 @@ services: - db.env environment: - BUILDBOT_CONFIG_DIR=config - - BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz + - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildabot/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WEB_URL=http://localhost:8010/ - BUILDBOT_WEB_PORT=tcp:port=8010