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:
core-buffalo:
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_BUFFALO_CORE_VERSION:-1.0.15}
user: root
@@ -21,7 +21,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10384:10384
- 10384:10384/udp
@@ -59,11 +58,11 @@ services:
- ${NO_SSL:-traefik.http.routers.core-buffalo-core-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/core-buffalo`)}
- ${NO_SSL:+traefik.http.routers.core-buffalo-core-pruned-pebble-path.rule=PathPrefix(`/core-buffalo`)}
- traefik.http.routers.core-buffalo-core-pruned-pebble-path.middlewares=core-buffalo-core-pruned-pebble-path-stripprefix, ipwhitelist
volumes:
core-buffalo-core-pruned-pebble-path:
core-buffalo-core-pruned-pebble-path:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -72,7 +71,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled:

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
core-mainnet-archive:
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_MAINNET_CORE_VERSION:-1.0.15}
user: root
@@ -21,7 +21,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10169:10169
- 10169:10169/udp
@@ -59,11 +58,11 @@ services:
- ${NO_SSL:-traefik.http.routers.core-mainnet-core-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/core-mainnet-archive`)}
- ${NO_SSL:+traefik.http.routers.core-mainnet-core-archive-leveldb-hash.rule=PathPrefix(`/core-mainnet-archive`)}
- traefik.http.routers.core-mainnet-core-archive-leveldb-hash.middlewares=core-mainnet-core-archive-leveldb-hash-stripprefix, ipwhitelist
volumes:
core-mainnet-core-archive-leveldb-hash:
core-mainnet-core-archive-leveldb-hash:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -72,7 +71,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled:

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
core-mainnet:
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_MAINNET_CORE_VERSION:-1.0.15}
user: root
@@ -21,7 +21,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10169:10169
- 10169:10169/udp
@@ -59,11 +58,11 @@ services:
- ${NO_SSL:-traefik.http.routers.core-mainnet-core-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/core-mainnet`)}
- ${NO_SSL:+traefik.http.routers.core-mainnet-core-pruned-leveldb-hash.rule=PathPrefix(`/core-mainnet`)}
- traefik.http.routers.core-mainnet-core-pruned-leveldb-hash.middlewares=core-mainnet-core-pruned-leveldb-hash-stripprefix, ipwhitelist
volumes:
core-mainnet-core-pruned-leveldb-hash:
core-mainnet-core-pruned-leveldb-hash:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -72,7 +71,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled:

View File

@@ -1,7 +1,7 @@
---
# use at your own risk
services:
core-pigeon:
image: ${CORE_CORE_IMAGE:-ghcr.io/coredao-org/core-chain}:${CORE_PIGEON_CORE_VERSION:-1.0.15}
user: root
@@ -21,7 +21,6 @@ services:
expose:
- 8545
- 8551
ports:
- 10478:10478
- 10478:10478/udp
@@ -59,11 +58,11 @@ services:
- ${NO_SSL:-traefik.http.routers.core-pigeon-core-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/core-pigeon`)}
- ${NO_SSL:+traefik.http.routers.core-pigeon-core-pruned-pebble-path.rule=PathPrefix(`/core-pigeon`)}
- traefik.http.routers.core-pigeon-core-pruned-pebble-path.middlewares=core-pigeon-core-pruned-pebble-path-stripprefix, ipwhitelist
volumes:
core-pigeon-core-pruned-pebble-path:
core-pigeon-core-pruned-pebble-path:
x-upstreams:
- id: $${ID}
labels:
provider: $${PROVIDER}
@@ -72,7 +71,6 @@ x-upstreams:
enabled:
- debug
- filter
methods:
disabled:
enabled: