mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-17 05:14:22 +01:00
sparkwallet is no longer handling all request. removed cyphernodenet
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user