change overleaf domain
This commit is contained in:
parent
77a7b20751
commit
b8ce5b5f04
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.overleaf.entrypoints=websecure
|
- traefik.http.routers.overleaf.entrypoints=websecure
|
||||||
- traefik.http.routers.overleaf.rule=Host(`latex.pim.kunis.nl`)
|
- traefik.http.routers.overleaf.rule=Host(`latex.kun.is`)
|
||||||
- traefik.http.routers.overleaf.tls=true
|
- traefik.http.routers.overleaf.tls=true
|
||||||
- traefik.http.routers.overleaf.tls.certresolver=letsencrypt
|
- traefik.http.routers.overleaf.tls.certresolver=letsencrypt
|
||||||
- traefik.http.routers.overleaf.service=overleaf
|
- traefik.http.routers.overleaf.service=overleaf
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
# see https://github.com/overleaf/overleaf/issues/695
|
# see https://github.com/overleaf/overleaf/issues/695
|
||||||
TEXMFVAR: /var/lib/sharelatex/tmp/texmf-var
|
TEXMFVAR: /var/lib/sharelatex/tmp/texmf-var
|
||||||
|
|
||||||
SHARELATEX_SITE_URL: https://latex.pim.kunis.nl
|
SHARELATEX_SITE_URL: https://latex.kun.is
|
||||||
SHARELATEX_ADMIN_EMAIL: pim@kunis.nl
|
SHARELATEX_ADMIN_EMAIL: pim@kunis.nl
|
||||||
|
|
||||||
SHARELATEX_EMAIL_FROM_ADDRESS: "noreply@kunis.nl"
|
SHARELATEX_EMAIL_FROM_ADDRESS: "noreply@kunis.nl"
|
||||||
|
|
Reference in a new issue