Skip to content

Commit

Permalink
Deploy: Fix traefik config
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Nov 28, 2024
1 parent 97a953b commit 788e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
traefik.enable: true
# traefik.http.routers.server.rule: Host(`${APP_DOMAIN}`) || Host(`www.${APP_DOMAIN}`) ## add back later and add unused www.staging.* domain
# We access `.env` variables directly here
traefik.http.routers.server.rule: Host(`${APP_DOMAIN}`)`)
traefik.http.routers.server.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.server.entrypoints: websecure
traefik.http.routers.server.tls.certresolver: letsencrypt
traefik.http.routers.server.tls: true
Expand Down

0 comments on commit 788e5c0

Please sign in to comment.