Skip to content

Commit

Permalink
feat: Remove frontends definition from ows services (close #181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Oct 8, 2020
1 parent f94ccfa commit 3048a25
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
7 changes: 0 additions & 7 deletions deploy/k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ services:
retries: 3
start_period: 1m
deploy:
labels:
- "traefik.docker.network=${DOCKER_NETWORK}"
- "traefik.backend=k2"
- "traefik.enable=true"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:k2.${SUBDOMAIN}"
- "traefik.port=8080"
replicas: ${K2_REPLICAS}
update_config:
delay: 1m
Expand Down
7 changes: 0 additions & 7 deletions deploy/mapcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ services:
retries: 3
start_period: 30s
deploy:
labels:
- "traefik.docker.network=${DOCKER_NETWORK}"
- "traefik.backend=mapcache"
- "traefik.enable=true"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:mapcache.${SUBDOMAIN}"
- "traefik.port=80"
replicas: ${MAPCACHE_REPLICAS}
update_config:
delay: 1m
Expand Down
7 changes: 0 additions & 7 deletions deploy/mapproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ services:
retries: 3
start_period: 1m
deploy:
labels:
- "traefik.docker.network=${DOCKER_NETWORK}"
- "traefik.backend=mapproxy"
- "traefik.enable=true"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:mapproxy.${SUBDOMAIN}"
- "traefik.port=80"
replicas: ${MAPPROXY_REPLICAS}
update_config:
delay: 1m
Expand Down
7 changes: 0 additions & 7 deletions deploy/mapserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ services:
retries: 3
start_period: 30s
deploy:
labels:
- "traefik.docker.network=${DOCKER_NETWORK}"
- "traefik.backend=mapserver"
- "traefik.enable=true"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:mapserver.${SUBDOMAIN}"
- "traefik.port=80"
replicas: ${MAPSERVER_REPLICAS}
update_config:
delay: 1m
Expand Down
7 changes: 0 additions & 7 deletions deploy/tileservergl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ services:
retries: 3
start_period: 1m
deploy:
labels:
- "traefik.backend=tileservergl"
- "traefik.docker.network=${DOCKER_NETWORK}"
- "traefik.enable=true"
- "traefik.port=80"
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:tileservergl.${SUBDOMAIN}"
replicas: ${TILESERVERGL_REPLICAS}
update_config:
delay: 1m
Expand Down

0 comments on commit 3048a25

Please sign in to comment.