change path
This commit is contained in:
@@ -46,11 +46,11 @@ services:
|
||||
- "prometheus-scrape.job_name=nethermind"
|
||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.nethermind-gnosis-chiado-stripprefix.stripprefix.prefixes=/gnosis-chiado"
|
||||
- "traefik.http.middlewares.nethermind-gnosis-chiado-stripprefix.stripprefix.prefixes=/chiado"
|
||||
- "traefik.http.services.nethermind-gnosis-chiado.loadbalancer.server.port=8545"
|
||||
- "traefik.http.routers.nethermind-gnosis-chiado.entrypoints=websecure"
|
||||
- "traefik.http.routers.nethermind-gnosis-chiado.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.nethermind-gnosis-chiado.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis-chiado`)"
|
||||
- "traefik.http.routers.nethermind-gnosis-chiado.rule=Host(`$DOMAIN`) && PathPrefix(`/chiado`)"
|
||||
- "traefik.http.routers.nethermind-gnosis-chiado.middlewares=nethermind-gnosis-chiado-stripprefix, ipwhitelist"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
@@ -46,11 +46,11 @@ services:
|
||||
- "prometheus-scrape.job_name=nethermind"
|
||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.nethermind-gnosis-stripprefix.stripprefix.prefixes=/gnosis-mainnet"
|
||||
- "traefik.http.middlewares.nethermind-gnosis-stripprefix.stripprefix.prefixes=/gnosis"
|
||||
- "traefik.http.services.nethermind-gnosis.loadbalancer.server.port=8545"
|
||||
- "traefik.http.routers.nethermind-gnosis.entrypoints=websecure"
|
||||
- "traefik.http.routers.nethermind-gnosis.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.nethermind-gnosis.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis-mainnet`)"
|
||||
- "traefik.http.routers.nethermind-gnosis.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis`)"
|
||||
- "traefik.http.routers.nethermind-gnosis.middlewares=nethermind-gnosis-stripprefix, ipwhitelist"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
Reference in New Issue
Block a user