mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update drone
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
drone:
|
||||
image: drone/drone:0.4
|
||||
image: drone/drone
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./drone:/var/lib/drone
|
||||
- /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
|
||||
|
||||
Reference in New Issue
Block a user