add the runner webui to a dedicated file

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-10-09 13:55:33 +02:00
parent 99755b80a4
commit 45a8c36530
2 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,10 @@
version: '3'
services:
drone-agent:
environment:
- DRONE_UI_DISABLE=false
- DRONE_UI_USERNAME=root
- DRONE_UI_PASSWORD=r00t
ports:
- "3000:3000"

View file

@ -13,8 +13,3 @@ services:
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
- DRONE_RUNNER_CAPACITY=${DRONE_RUNNER_CAPACITY}
- DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
- DRONE_UI_DISABLE=false
- DRONE_UI_USERNAME=root
- DRONE_UI_PASSWORD=r00t
ports:
- "3000:3000"