This commit is contained in:
Jonas 12t 2021-06-01 18:22:23 +04:00
parent 3294f25868
commit 35f432250f
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.docker.network=frontend"
- "traefik.http.routers.dodoc-http.rule=Host(`dodoc.3peaks.re`)"
- "traefik.http.routers.dodoc-http.entrypoints=entrypoints-http"
- "traefik.http.routers.dodoc-http.middlewares=redirect"
@ -25,6 +25,11 @@ services:
networks:
- frontend
deploy:
resources:
limits:
cpus: 1
memory: 512M
networks:
frontend: