1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Example.com strikes again!

This commit is contained in:
David Young
2018-08-20 22:30:49 +12:00
parent fd1096f026
commit 96517d2199

View File

@@ -77,7 +77,7 @@ services:
- traefik_public - traefik_public
deploy: deploy:
labels: labels:
- traefik.frontend.rule=Host:bookstack.funkypenguin.co.nz - traefik.frontend.rule=Host:bookstack.example.com
- traefik.docker.network=traefik_public - traefik.docker.network=traefik_public
- traefik.port=4180 - traefik.port=4180
volumes: volumes:
@@ -85,9 +85,9 @@ services:
command: | command: |
-cookie-secure=false -cookie-secure=false
-upstream=http://app -upstream=http://app
-redirect-url=https://bookstack.funkypenguin.co.nz -redirect-url=https://bookstack.example.com
-http-address=http://0.0.0.0:4180 -http-address=http://0.0.0.0:4180
-email-domain=funkypenguin.co.nz -email-domain=example.com
-provider=github -provider=github
-authenticated-emails-file=/authenticated-emails.txt -authenticated-emails-file=/authenticated-emails.txt