fix: do fedi port work in traefik
This commit is contained in:
@ -23,12 +23,6 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
|
||||
- "traefik.http.services.${STACK_NAME}-fedi.loadbalancer.server.port=8448"
|
||||
- "traefik.http.routers.${STACK_NAME}-fedi.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}-fedi.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}-fedi.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+v1.48.0"
|
||||
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user