mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
14 lines
315 B
YAML
14 lines
315 B
YAML
drone:
|
|
image: armdrone/drone
|
|
ports:
|
|
- "8000:80"
|
|
volumes:
|
|
- ./data:/var/lib/drone
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- REMOTE_DRIVER=gogs
|
|
- REMOTE_CONFIG=http://git.easypi.info:3000/?open=false
|
|
- PLUGIN_FILTER=armdrone/*
|
|
- GIN_MODE=release
|
|
restart: always
|