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