fix whitespace

master
lza_menace 4 years ago
parent 9512cfdaa5
commit cc396ac9c6

@ -41,13 +41,13 @@ services:
DRONE_SERVER_PROTO: ${DRONE_SERVER_PROTO}
DRONE_USER_FILTER: ${DRONE_USER}
DRONE_USER_CREATE: username:${DRONE_USER},admin:true
labels:
- "traefik.http.routers.https.rule=Host(`${DRONE_SERVER_HOST}`)"
- "traefik.http.routers.http.rule=Host(`${DRONE_SERVER_HOST}`)"
- "traefik.http.routers.https.entrypoints=https"
- "traefik.http.routers.http.entrypoints=http"
- "traefik.http.routers.https.tls=true"
- "traefik.http.routers.https.tls.certresolver=letsencrypt"
labels:
- "traefik.http.routers.https.rule=Host(`${DRONE_SERVER_HOST}`)"
- "traefik.http.routers.http.rule=Host(`${DRONE_SERVER_HOST}`)"
- "traefik.http.routers.https.entrypoints=https"
- "traefik.http.routers.http.entrypoints=http"
- "traefik.http.routers.https.tls=true"
- "traefik.http.routers.https.tls.certresolver=letsencrypt"
drone-runner:
image: drone/drone-runner-docker:1
ports: