Auth in welcome app

This commit is contained in:
kexkey
2019-04-04 12:12:21 -04:00
committed by kexkey
parent b50da5f051
commit 54b0bf9d7b

View File

@@ -9,6 +9,7 @@ services:
- "$GATEKEEPER_DATAPATH/certs/cert.pem:/data/cert.pem"
- "$GATEKEEPER_DATAPATH/keys.properties:/data/keys.properties"
- "$APP_SCRIPT_PATH/config.toml:/data/config.toml"
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
networks:
- cyphernodeappsnet
restart: always
@@ -18,7 +19,7 @@ services:
- "traefik.frontend.passHostHeader=true"
- "traefik.enable=true"
- "traefik.port=8080"
# - "traefik.frontend.auth.basic.usersFile=${SHARED_HTPASSWD_PATH}"
- "traefik.frontend.auth.basic.usersFile=/htpasswd/htpasswd"
networks:
cyphernodeappsnet:
external: true