Skip to content

Commit

Permalink
sparkwallet is no longer handling all request. removed cyphernodenet
Browse files Browse the repository at this point in the history
  • Loading branch information
schulterklopfer authored Apr 10, 2019
1 parent 8e15889 commit f28f875
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sparkwallet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ services:
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
labels:
- "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.auth.basic.usersFile=/htpasswd/htpasswd"
- "traefik.frontend.headers.customRequestHeaders=X-Access:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc="
- "traefik.enable=true"
- "traefik.port=9737"
networks:
- cyphernodenet
- cyphernodeappsnet
restart: always
networks:
cyphernodeappsnet:
external: true
cyphernodenet:
external: true

0 comments on commit f28f875

Please sign in to comment.