mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 10:07:24 +01:00
13 lines
274 B
YAML
13 lines
274 B
YAML
drone:
|
|
image: drone/drone
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./drone:/var/lib/drone
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- REMOTE_DRIVER=gogs
|
|
- REMOTE_CONFIG=https://git.easypi.info/?open=false
|
|
- DEBUG=true
|
|
restart: always
|