Added explicit rule and port
This commit is contained in:
parent
dd636aa227
commit
fe745c9ff0
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ services:
|
|||
- "traefik.http.routers.fyp-web.entrypoints=${DJANGO_ENTRYPOINT}"
|
||||
- "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}"
|
||||
- "traefik.http.routers.fyp-web.tls=true"
|
||||
- "traefik.http.services.fyp-web.loadbalancer.server.port=${DJANGO_PORT}"
|
||||
- "traefik.http.services.fyp-web.loadbalancer.server.port=8000"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
- "com.centurylinklabs.watchtower.scope=fyp"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue