sparkwallet through traefik

This commit is contained in:
kexkey
2019-04-04 10:46:56 -04:00
committed by kexkey
parent f7ac03002d
commit 429a554844

View File

@@ -140,6 +140,13 @@ services:
volumes:
- "<%= lightning_datapath %>:/etc/lightning"
- "<%= lightning_datapath %>/sparkwallet:/data"
labels:
- "traefik.docker.network=cyphernodeappsnet"
- "traefik.frontend.rule=ReplacePathRegex: ^/sparkwallet(.*) $$1"
- "traefik.frontend.passHostHeader=true"
- "traefik.frontend.auth.basic.usersFile=$SHARED_HTPASSWD_PATH"
- "traefik.enable=true"
- "traefik.port=9737"
networks:
- cyphernodenet
restart: always