diff --git a/docker-compose.yaml b/docker-compose.yaml index 5b69240..b153892 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: