mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Traefik and self signed SSL certs (markdown)
parent
06fe478189
commit
2b7924e3e6
1 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ services:
|
|||
labels:
|
||||
- "traefik.backend=wekan-app"
|
||||
- "traefik.docker.network=web"
|
||||
- "traefik.frontend.rule=Host:wekan.internal.vic.gov.au"
|
||||
- "traefik.frontend.rule=Host:wekan.myinternaldomain.org"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=80"
|
||||
- "traefik.default.protocol=http"
|
||||
|
|
@ -159,7 +159,7 @@ services:
|
|||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||
- ROOT_URL=http://wekan.myinternaldomain.org
|
||||
- MAIL_URL=smtp://172.17.0.1:25/
|
||||
- MAIL_FROM='Wekan Support - cenitex <unix.admin@myinterndomain.org>'
|
||||
- MAIL_FROM='Wekan Support - <unix.admin@myinternaldomain.org>'
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue