This commit is contained in:
Para Dox
2025-04-12 13:02:51 +07:00
parent 7e2206ae18
commit beed4d2637
206 changed files with 780 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
services:
polygon-amoy:
image: ${POLYGON_BOR_IMAGE:-0xpolygon/bor}:${POLYGON_AMOY_BOR_VERSION:-v1.3.10}
user: root
@@ -66,9 +66,11 @@ services:
- ${NO_SSL:-traefik.http.routers.polygon-amoy-bor-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/polygon-amoy`)}
- ${NO_SSL:+traefik.http.routers.polygon-amoy-bor-pruned-pebble-path.rule=PathPrefix(`/polygon-amoy`)}
- traefik.http.routers.polygon-amoy-bor-pruned-pebble-path.middlewares=polygon-amoy-bor-pruned-pebble-path-stripprefix, ipwhitelist
volumes:
polygon-amoy-bor-pruned-pebble-path:
x-upstreams:
- id: $${ID}

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
services:
polygon-mainnet:
image: ${POLYGON_BOR_IMAGE:-0xpolygon/bor}:${POLYGON_MAINNET_BOR_VERSION:-v1.3.10}
user: root
@@ -66,9 +66,11 @@ services:
- ${NO_SSL:-traefik.http.routers.polygon-mainnet-bor-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/polygon-mainnet`)}
- ${NO_SSL:+traefik.http.routers.polygon-mainnet-bor-pruned-pebble-path.rule=PathPrefix(`/polygon-mainnet`)}
- traefik.http.routers.polygon-mainnet-bor-pruned-pebble-path.middlewares=polygon-mainnet-bor-pruned-pebble-path-stripprefix, ipwhitelist
volumes:
polygon-mainnet-bor-pruned-pebble-path:
x-upstreams:
- id: $${ID}