mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update drone
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user