Skip to content

Commit

Permalink
chore: new traefik routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 10, 2024
1 parent 26b3bb5 commit 0530e46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ services:
interval: 30s
timeout: 10s
retries: 3
labels:
- 'traefik.http.routers.glass.rule=Host(`blog.justinpaulhammond.com`) || Host(`www.blog.justinpaulhammond.com`)'
- 'traefik.http.routers.glass.tls=true'
depends_on:
glass-db:
condition: service_healthy
Expand Down
1 change: 1 addition & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
glass:
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.glass.rule=Host(`glass.localhost`)'
depends_on:
glass-db:
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ services:
networks:
- traefik
- glass
labels:
- 'traefik.enable=true'
- 'traefik.docker.network=traefik'
env_file:
- src/.env
glass-db:
Expand Down

0 comments on commit 0530e46

Please sign in to comment.