From f28f87540f4ae80c0d6562aab21a859985821e42 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Wed, 10 Apr 2019 22:09:03 +0200 Subject: [PATCH] sparkwallet is no longer handling all request. removed cyphernodenet --- sparkwallet/docker-compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sparkwallet/docker-compose.yaml b/sparkwallet/docker-compose.yaml index a5d2f9b..61f4b03 100644 --- a/sparkwallet/docker-compose.yaml +++ b/sparkwallet/docker-compose.yaml @@ -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 \ No newline at end of file +