Skip to content

Commit

Permalink
Updated docker-compose.yaml to fix new domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfletche committed Aug 19, 2024
1 parent 48330c4 commit 6402004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

labels:
- "traefik.enable=true"
- "traefik.http.routers.ckan.rule=Host(`servicetest.gcperformance.ca`)" # Replace with your domain
- "traefik.http.routers.ckan.rule=Host(`${CKAN_SITE_URL}`)"
- "traefik.http.routers.ckan.entrypoints=websecure"
- "traefik.http.routers.ckan.tls.certresolver=myresolver"
- "traefik.http.services.ckan.loadbalancer.server.port=${CKAN_SITE_PORT}"
Expand Down

0 comments on commit 6402004

Please sign in to comment.