traefik
This commit is contained in:
parent
3294f25868
commit
35f432250f
|
|
@ -11,7 +11,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=frontend"
|
- "traefik.docker.network=frontend"
|
||||||
|
|
||||||
- "traefik.http.routers.dodoc-http.rule=Host(`dodoc.3peaks.re`)"
|
- "traefik.http.routers.dodoc-http.rule=Host(`dodoc.3peaks.re`)"
|
||||||
- "traefik.http.routers.dodoc-http.entrypoints=entrypoints-http"
|
- "traefik.http.routers.dodoc-http.entrypoints=entrypoints-http"
|
||||||
- "traefik.http.routers.dodoc-http.middlewares=redirect"
|
- "traefik.http.routers.dodoc-http.middlewares=redirect"
|
||||||
|
|
@ -25,6 +25,11 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: 1
|
||||||
|
memory: 512M
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
frontend:
|
frontend:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue