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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user