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"
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user