Update docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora 2023-08-22 00:01:59 +02:00
parent eb8be957d4
commit bfec14ba8a

View File

@ -15,11 +15,8 @@ services:
volumes:
- otm_db:/usr/src/app/db
labels:
- "traefik.enable=true"
- "traefik.http.routers.otm.tls=true"
- "traefik.http.routers.otm.entrypoints=web-secure"
- "traefik.http.routers.otm.rule=Host(`otm.helcel.net`)"
- "traefik.http.routers.otm.tls=true"
- "traefik.http.services.otm.loadbalancer.server.port=8080"
- "traefik.http.routers.otm.middlewares=cors@file"
- "traefik.docker.network=external"
restart: always