Traefik define routing networks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -41,6 +41,7 @@ services:
|
||||
TZ: "Europe/Berlin"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=${COMPOSE_PROJECT_NAME}_default"
|
||||
- "traefik.http.routers.gotosocial.rule=(Host(`social.unruhig.eu`) || (Host(`unruhig.eu`) && Path(`/.well-known/{a:(webfinger|nodeinfo|host-meta)}`)))"
|
||||
- "traefik.http.routers.gotosocial.entryPoints=websecure"
|
||||
- "traefik.http.services.gotosocial.loadbalancer.server.port=8080"
|
||||
|
Reference in New Issue
Block a user