mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-08 16:02:19 +00:00
add drone runner ui
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
5167300146
commit
c0c66f6b97
1 changed files with 5 additions and 1 deletions
|
@ -12,4 +12,8 @@ services:
|
|||
- DRONE_RPC_SERVER=${DRONE_RPC_SERVER}
|
||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
||||
- DRONE_RUNNER_CAPACITY=${DRONE_RUNNER_CAPACITY}
|
||||
- DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
|
||||
- DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
|
||||
- DRONE_UI_USERNAME=root
|
||||
- DRONE_UI_PASSWORD=r00t
|
||||
ports:
|
||||
- "3000:3000"
|
Loading…
Reference in a new issue