From 04faa3d073fa23194923009f84df2170158fd912 Mon Sep 17 00:00:00 2001 From: timofey Date: Sat, 5 Aug 2023 16:21:12 +0000 Subject: [PATCH] rename --- multimaster/docker-compose.yml | 2 +- simple/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multimaster/docker-compose.yml b/multimaster/docker-compose.yml index 6153d06..4abf1f8 100644 --- a/multimaster/docker-compose.yml +++ b/multimaster/docker-compose.yml @@ -19,7 +19,7 @@ services: env_file: db.env environment: - BUILDBOT_CONFIG_DIR=config - - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildabot/archive/master.tar.gz + - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildbot/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WEB_URL=http://localhost:8080/ - BUILDBOT_WEB_PORT=8080 diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml index 5b6ef46..849abf7 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -19,7 +19,7 @@ services: - gitea.env environment: - BUILDBOT_CONFIG_DIR=config - - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildabot/archive/master.tar.gz + - BUILDBOT_CONFIG_URL=https://gitea.parrrate.ru/PTV/buildbot/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WEB_URL=https://buildbot.parrrate.ru/ - BUILDBOT_WEB_PORT=tcp:port=8010