2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update drone

This commit is contained in:
kev
2016-05-31 21:24:28 +08:00
parent 45d0a3186c
commit a058c91515

View File

@@ -1,9 +1,12 @@
drone: drone:
image: drone/drone:0.4 image: drone/drone
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes:
- ./drone:/var/lib/drone - ./drone:/var/lib/drone
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
env_file: ./dronerc environment:
- REMOTE_DRIVER=gogs
- REMOTE_CONFIG=https://git.easypi.info/?open=false
- DEBUG=true
restart: always restart: always