change the path

This commit is contained in:
Sebastian
2024-07-30 12:48:21 +02:00
parent f5c771a36c
commit 07cbefa8a4

View File

@@ -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"
- "traefik.http.middlewares.nethermind-gnosis-stripprefix.stripprefix.prefixes=/gnosis-mainnet"
- "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`)"
- "traefik.http.routers.nethermind-gnosis.rule=Host(`$DOMAIN`) && PathPrefix(`/gnosis-mainnet`)"
- "traefik.http.routers.nethermind-gnosis.middlewares=nethermind-gnosis-stripprefix, ipwhitelist"
networks:
- chains