This commit is contained in:
Para Dox
2025-04-12 13:00:08 +07:00
parent c241595dfd
commit 7e2206ae18
206 changed files with 618 additions and 1316 deletions

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
fantom-mainnet-archive:
build:
context: ./fantom
@@ -26,7 +26,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10335:10335
- 10335:10335/udp
@@ -65,11 +64,11 @@ services:
- ${NO_SSL:-traefik.http.routers.fantom-mainnet-sonic-archive.rule=Host(`$DOMAIN`) && PathPrefix(`/fantom-mainnet-archive`)}
- ${NO_SSL:+traefik.http.routers.fantom-mainnet-sonic-archive.rule=PathPrefix(`/fantom-mainnet-archive`)}
- traefik.http.routers.fantom-mainnet-sonic-archive.middlewares=fantom-mainnet-sonic-archive-stripprefix, ipwhitelist
volumes:
fantom-mainnet-sonic-archive:
fantom-mainnet-sonic-archive:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -78,7 +77,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled:

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
fantom-testnet-archive:
build:
context: ./fantom
@@ -26,7 +26,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10652:10652
- 10652:10652/udp
@@ -65,11 +64,11 @@ services:
- ${NO_SSL:-traefik.http.routers.fantom-testnet-sonic-archive.rule=Host(`$DOMAIN`) && PathPrefix(`/fantom-testnet-archive`)}
- ${NO_SSL:+traefik.http.routers.fantom-testnet-sonic-archive.rule=PathPrefix(`/fantom-testnet-archive`)}
- traefik.http.routers.fantom-testnet-sonic-archive.middlewares=fantom-testnet-sonic-archive-stripprefix, ipwhitelist
volumes:
fantom-testnet-sonic-archive:
fantom-testnet-sonic-archive:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -78,7 +77,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled: