From 53bd8f34005d7ebe6b457763937851a3c47848f4 Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 8 Oct 2020 19:40:08 +0200 Subject: [PATCH] =?UTF-8?q?DRONE=5FRPC=5FSECRET=20als=20Variable=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index a3c0629..f3b4af7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,6 +18,8 @@ services: - DRONE_RUNNER_CAPACITY=1 - DRONE_SERVER_HOST=drone.bmen.cc - DRONE_SERVER_PROTO=https + - DRONE_RPC_SECRET=${DRONE_RPC_SECRET} + - DRONE_AGENTS_ENABLED=true - DRONE_TLS_AUTOCERT=false - DRONE_GITEA_CLIENT_ID=${DRONE_GITEA_CLIENT_ID} - DRONE_GITEA_CLIENT_SECRET=${DRONE_GITEA_CLIENT_SECRET}