From 6e3e867334595f395c1d3953a5367754ab767ffc Mon Sep 17 00:00:00 2001 From: Dmitry Dyomin Date: Fri, 21 Feb 2020 19:07:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=B0=D0=B3=D0=B5=D0=BD=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=20=D0=BF=D1=83=D1=82=D1=8C=20=D0=BA=20=D0=BF=D0=B0=D0=BF=D0=BA?= =?UTF-8?q?=D0=B5=20work=20=D0=BD=D0=B0=20=D1=85=D0=BE=D1=81=D1=82-=D0=BC?= =?UTF-8?q?=D0=B0=D1=88=D0=B8=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prod.yml b/prod.yml index ea6499c..a52d19e 100644 --- a/prod.yml +++ b/prod.yml @@ -24,6 +24,7 @@ services: environment: SERVER_URL: http://127.0.0.1:80 AGENT_NAME: 'White' + DOCKER_WORK_DIR: /opt/buildagent/white/work restart: always depends_on: - server @@ -41,6 +42,7 @@ services: environment: SERVER_URL: http://127.0.0.1:80 AGENT_NAME: 'Black' + DOCKER_WORK_DIR: /opt/buildagent/black/work restart: always depends_on: - server