DRONE_RPC_SECRET als Variable hinzugefügt

This commit is contained in:
bmen 2020-10-08 19:40:08 +02:00
parent 4883b73e0d
commit 53bd8f3400
1 changed files with 2 additions and 0 deletions

View File

@ -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}