Skip to content

Commit

Permalink
Fix TryAPL Staging/Live deployments (#48)
Browse files Browse the repository at this point in the history
Updated staging / live deployment files to not cause a clash in traefik.
  • Loading branch information
JasonRivers authored Apr 2, 2024
1 parent 2f03ed4 commit 7cc020a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions docker-compose-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ services:
- traefik.enable=true
- traefik.docker.network=traefik-public
- traefik.constraint-label=traefik-public
- traefik.http.routers.tryapl-http.rule=Host(`tryapl.gos.dyalog.com`,`tryapl.org`,`tryapl.org`,`www.tryapl.com`,`tryapl.com`)
- traefik.http.routers.tryapl-http.entrypoints=http
- traefik.http.routers.tryapl-http.middlewares=https-redirect
- traefik.http.routers.tryapl-https.rule=Host(`tryapl.gos.dyalog.com`,`tryapl.org`,`tryapl.org`,`www.tryapl.com`,`tryapl.com`)
- traefik.http.routers.tryapl-https.entrypoints=https
- traefik.http.routers.tryapl-https.tls=true
- traefik.http.routers.tryapl-https.tls.certresolver=le
- traefik.http.services.tryapl.loadbalancer.server.port=8080
- traefik.http.routers.tryapl-live-http.rule=Host(`tryapl.gos.dyalog.com`,`tryapl.org`,`tryapl.org`,`www.tryapl.com`,`tryapl.com`)
- traefik.http.routers.tryapl-live-http.entrypoints=http
- traefik.http.routers.tryapl-live-http.middlewares=https-redirect
- traefik.http.routers.tryapl-live-https.rule=Host(`tryapl.gos.dyalog.com`,`tryapl.org`,`tryapl.org`,`www.tryapl.com`,`tryapl.com`)
- traefik.http.routers.tryapl-live-https.entrypoints=https
- traefik.http.routers.tryapl-live-https.tls=true
- traefik.http.routers.tryapl-live-https.tls.certresolver=le
- traefik.http.services.tryapl-live.loadbalancer.server.port=8080

networks:
traefik-public:
Expand Down
16 changes: 8 additions & 8 deletions docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ services:
- traefik.enable=true
- traefik.docker.network=traefik-public
- traefik.constraint-label=traefik-public
- traefik.http.routers.tryapl-http.rule=Host(`staging.tryapl.org`)
- traefik.http.routers.tryapl-http.entrypoints=http
- traefik.http.routers.tryapl-http.middlewares=https-redirect
- traefik.http.routers.tryapl-https.rule=Host(`staging.tryapl.org`)
- traefik.http.routers.tryapl-https.entrypoints=https
- traefik.http.routers.tryapl-https.tls=true
- traefik.http.routers.tryapl-https.tls.certresolver=le
- traefik.http.services.tryapl.loadbalancer.server.port=8080
- traefik.http.routers.tryapl-staging-http.rule=Host(`staging.tryapl.org`)
- traefik.http.routers.tryapl-staging-http.entrypoints=http
- traefik.http.routers.tryapl-staging-http.middlewares=https-redirect
- traefik.http.routers.tryapl-staging-https.rule=Host(`staging.tryapl.org`)
- traefik.http.routers.tryapl-staging-https.entrypoints=https
- traefik.http.routers.tryapl-staging-https.tls=true
- traefik.http.routers.tryapl-staging-https.tls.certresolver=le
- traefik.http.services.tryapl-staging.loadbalancer.server.port=8080

networks:
traefik-public:
Expand Down

0 comments on commit 7cc020a

Please sign in to comment.