mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-13 10:25:13 +00:00
11 lines
180 B
YAML
11 lines
180 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
drone-agent:
|
||
|
environment:
|
||
|
- DRONE_UI_DISABLE=false
|
||
|
- DRONE_UI_USERNAME=root
|
||
|
- DRONE_UI_PASSWORD=r00t
|
||
|
ports:
|
||
|
- "3000:3000"
|