fix the routing - again

This commit is contained in:
Sebastian
2022-12-10 14:36:32 +01:00
parent 3a3815564d
commit ee43c5990a

View File

@@ -46,12 +46,13 @@ services:
- "traefik.http.routers.nethermind-mainnet.entrypoints=websecure"
- "traefik.http.routers.nethermind-mainnet.tls.certresolver=myresolver"
- "traefik.http.routers.nethermind-mainnet.rule=Host(`$DOMAIN`) && PathPrefix(`/nethermind-mainnet`)"
- "traefik.http.routers.nethermind-mainnet.middlewares=nathermin-mainnet-stripprefix, ipwhitelist"
- "traefik.http.routers.nethermind-mainnet.middlewares=nethermind-mainnet-stripprefix, ipwhitelist"
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=9091"
- "prometheus-scrape.job_name=nethermind-mainnet"
lighthouse-mainnet:
image: sigp/lighthouse:latest-modern
restart: unless-stopped