sparkwallet is no longer handling all request. removed cyphernodenet

This commit is contained in:
Markus Wolf
2019-04-10 22:09:03 +02:00
committed by GitHub
parent 8e15889bae
commit f28f87540f

View File

@@ -10,18 +10,16 @@ services:
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd" - "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
labels: labels:
- "traefik.docker.network=cyphernodeappsnet" - "traefik.docker.network=cyphernodeappsnet"
- "traefik.frontend.rule=Host:cyphernode.yourdomain.com; ReplacePathRegex: ^/sparkwallet(.*) $$1" - "traefik.frontend.rule=PathPrefix:/sparkwallet; PathPrefixStrip:/sparkwallet"
- "traefik.frontend.passHostHeader=true" - "traefik.frontend.passHostHeader=true"
- "traefik.frontend.auth.basic.usersFile=/htpasswd/htpasswd" - "traefik.frontend.auth.basic.usersFile=/htpasswd/htpasswd"
- "traefik.frontend.headers.customRequestHeaders=X-Access:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc=" - "traefik.frontend.headers.customRequestHeaders=X-Access:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc="
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.port=9737" - "traefik.port=9737"
networks: networks:
- cyphernodenet
- cyphernodeappsnet - cyphernodeappsnet
restart: always restart: always
networks: networks:
cyphernodeappsnet: cyphernodeappsnet:
external: true external: true
cyphernodenet:
external: true