mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-03 11:44:19 +01:00
sparkwallet through traefik
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user