Skip to content

Commit

Permalink
Disable user-service on Traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Dec 3, 2023
1 parent c3c012f commit 5343ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ services:
- "127.0.0.1:8030:8080" # only for testing
labels:
- "loki_retention=long"
- "traefik.enable=true"
# Traefik endpoint disabled (moved to K8s), only internal admin endpoint is required
- "traefik.enable=false"
- "traefik.http.routers.faf-user-service.rule=Host(`user.${DOMAINNAME}`)"
- "traefik.http.routers.faf-user-service.entryPoints=websecure"
- "traefik.http.routers.faf-user-service.tls.certresolver=default"
Expand Down

0 comments on commit 5343ed9

Please sign in to comment.