adjust docker-compose.yml
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
- DRONE_SERVER_HOST=$SERVER_HOST
|
- DRONE_SERVER_HOST=$SERVER_HOST
|
||||||
- DRONE_SERVER_PROTO=$SERVER_PROTO
|
- DRONE_SERVER_PROTO=$SERVER_PROTO
|
||||||
- DRONE_USER_CREATE=username:$ADMIN_USER,admin:true
|
- DRONE_USER_CREATE=username:$ADMIN_USER,admin:true
|
||||||
|
- DRONE_CRON_INTERVAL=3m
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@@ -24,6 +25,7 @@ services:
|
|||||||
- "traefik.http.services.drone.loadbalancer.server.port=80"
|
- "traefik.http.services.drone.loadbalancer.server.port=80"
|
||||||
drone_runner:
|
drone_runner:
|
||||||
image: drone/drone-runner-docker:1
|
image: drone/drone-runner-docker:1
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user