feat: correct network
This commit is contained in:
@@ -9,8 +9,9 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.hypermind.rule=Host(`hypermind.${DOMAIN}`)"
|
||||
- "traefik.http.routers.hypermind.entrypoints=https"
|
||||
- "traefik.http.routers.hypermind.service=hypermind@traefik_public"
|
||||
- "traefik.http.routers.hypermind.service=hypermind"
|
||||
- "traefik.http.routers.hypermind.tls.certresolver=cloudflare"
|
||||
- "traefik.docker.network=traefik_public"
|
||||
networks:
|
||||
- traefik_public
|
||||
|
||||
|
||||
Reference in New Issue
Block a user