mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-25 06:20:59 +00:00
45a8c36530
Signed-off-by: Felix Bartels <felix@host-consultants.de>
10 lines
180 B
YAML
10 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"
|