mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-17 05:14:22 +01:00
Generic config for letsencrypt
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
|
||||
labels:
|
||||
- "traefik.docker.network=cyphernodeappsnet"
|
||||
- "traefik.frontend.rule=ReplacePathRegex: ^/sparkwallet(.*) $$1"
|
||||
- "traefik.frontend.rule=Host:cyphernode.yourdomain.com; ReplacePathRegex: ^/sparkwallet(.*) $$1"
|
||||
- "traefik.frontend.passHostHeader=true"
|
||||
- "traefik.frontend.auth.basic.usersFile=/htpasswd/htpasswd"
|
||||
- "traefik.frontend.headers.customRequestHeaders=X-Access:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc="
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
cyphernode_welcome:
|
||||
environment:
|
||||
- "TRACING=1"
|
||||
image: cyphernode/app_welcome:v0.2.0-rc.2
|
||||
image: cyphernode/app_welcome:v0.2.0-rc.5
|
||||
volumes:
|
||||
- "$GATEKEEPER_DATAPATH/certs/cert.pem:/data/cert.pem"
|
||||
- "$GATEKEEPER_DATAPATH/keys.properties:/data/keys.properties"
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
restart: always
|
||||
labels:
|
||||
- "traefik.docker.network=cyphernodeappsnet"
|
||||
- "traefik.frontend.rule=PathPrefix:/welcome; PathPrefixStrip:/welcome"
|
||||
- "traefik.frontend.rule=Host:cyphernode.yourdomain.com; PathPrefix:/welcome; PathPrefixStrip:/welcome"
|
||||
- "traefik.frontend.passHostHeader=true"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=8080"
|
||||
|
||||
Reference in New Issue
Block a user