mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-01-02 23:38:47 +00:00
add the runner webui to a dedicated file
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
99755b80a4
commit
45a8c36530
2 changed files with 10 additions and 5 deletions
10
runner/docker-compose-webui.yml
Normal file
10
runner/docker-compose-webui.yml
Normal 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"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue