root: remove old traefik labels

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-21 21:04:59 +02:00
parent a4856969f4
commit 49def45ca3
1 changed files with 0 additions and 8 deletions

View File

@ -38,14 +38,6 @@ services:
- geoip:/geoip
networks:
- internal
labels:
traefik.enable: 'true'
traefik.docker.network: internal
traefik.http.routers.app-router.rule: PathPrefix(`/`)
traefik.http.routers.app-router.service: app-service
traefik.http.routers.app-router.tls: 'true'
traefik.http.services.app-service.loadbalancer.healthcheck.path: /-/health/live/
traefik.http.services.app-service.loadbalancer.server.port: '9000'
env_file:
- .env
ports: