update
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nethermind-gnosis:
|
nethermind-gnosis:
|
||||||
image: nethermind/nethermind:1.27.1
|
image: nethermind/nethermind:1.29
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- "gnosis-nethermind-fullnode:/data"
|
- "gnosis-nethermind-fullnode:/data"
|
||||||
@@ -46,11 +46,11 @@ services:
|
|||||||
- "prometheus-scrape.job_name=nethermind"
|
- "prometheus-scrape.job_name=nethermind"
|
||||||
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
|
||||||
- "traefik.enable=true"
|
- "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.services.nethermind-gnosis.loadbalancer.server.port=8545"
|
||||||
- "traefik.http.routers.nethermind-gnosis.entrypoints=websecure"
|
- "traefik.http.routers.nethermind-gnosis.entrypoints=websecure"
|
||||||
- "traefik.http.routers.nethermind-gnosis.tls.certresolver=myresolver"
|
- "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"
|
- "traefik.http.routers.nethermind-gnosis.middlewares=nethermind-gnosis-stripprefix, ipwhitelist"
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
Reference in New Issue
Block a user