Updated Traefik and self signed SSL certs (markdown)

craig-silva 2018-10-05 13:42:32 +10:00
parent 94bedc1cf4
commit b30d6565bd

@ -164,8 +164,11 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.port=8080" - "traefik.port=8080"
- "traefik.default.protocol=http" - "traefik.default.protocol=http"
#note: mail url points to ip address of docker host which has postfix running as a relay for docker apps. ping me at email: silvacraig@gmail.com if you want the postfix config. #note: mail url points to ip address of docker host which has postfix running as a relay
# note here that an ip address is used instead of the servce name in the MONGO_URL - this is a bug that I have to work out. To identify the IP address use docker network inspect web when the wekandb is running # for docker apps. ping me at email: silvacraig@gmail.com if you want the postfix config.
# note here that an ip address is used instead of the servce name in the MONGO_URL -
# this is a bug that I have to work out. To identify the IP address use docker network
# inspect web when the wekandb is running
environment: environment:
- MONGO_URL=mongodb://172.xx.xx.2:27017/wekan - MONGO_URL=mongodb://172.xx.xx.2:27017/wekan
- ROOT_URL=http://wekan.myinternaldomain.org - ROOT_URL=http://wekan.myinternaldomain.org