hopefully nothing breaks

This commit is contained in:
Para Dox
2025-04-19 00:24:44 +07:00
parent efa0a7c56d
commit 4f12b8d0ed
251 changed files with 1151 additions and 1147 deletions

View File

@@ -18,14 +18,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 14670:14670
- 14670:14670/udp
- 13184:13184
- 13184:13184/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 14670
P2P_PORT: 13184
command:
- --gcmode=archive
- --rpcapi=eth,debug,net,db,admin,web3
@@ -64,7 +64,7 @@ services:
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/viction-mainnet-archive`) || Path(`/viction-mainnet-archive/`))}
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=Path(`/viction-mainnet-archive`) || Path(`/viction-mainnet-archive/`)}
- traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.middlewares=viction-mainnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
- traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.middlewares=viction-mainnet-node-archive-leveldb-hash-stripprefix, ipallowlist
volumes:
viction-mainnet-node-archive-leveldb-hash:

View File

@@ -64,7 +64,7 @@ services:
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/viction-mainnet`) || Path(`/viction-mainnet/`))}
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=Path(`/viction-mainnet`) || Path(`/viction-mainnet/`)}
- traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.middlewares=viction-mainnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
- traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.middlewares=viction-mainnet-node-pruned-leveldb-hash-stripprefix, ipallowlist
volumes:
viction-mainnet-node-pruned-leveldb-hash:

View File

@@ -18,14 +18,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 12254:12254
- 12254:12254/udp
- 11689:11689
- 11689:11689/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 12254
P2P_PORT: 11689
command:
- --gcmode=archive
- --rpcapi=eth,debug,net,db,admin,web3
@@ -64,7 +64,7 @@ services:
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-archive-leveldb-hash.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/viction-testnet-archive`) || Path(`/viction-testnet-archive/`))}
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=Path(`/viction-testnet-archive`) || Path(`/viction-testnet-archive/`)}
- traefik.http.routers.viction-testnet-node-archive-leveldb-hash.middlewares=viction-testnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
- traefik.http.routers.viction-testnet-node-archive-leveldb-hash.middlewares=viction-testnet-node-archive-leveldb-hash-stripprefix, ipallowlist
volumes:
viction-testnet-node-archive-leveldb-hash:

View File

@@ -64,7 +64,7 @@ services:
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/viction-testnet`) || Path(`/viction-testnet/`))}
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=Path(`/viction-testnet`) || Path(`/viction-testnet/`)}
- traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.middlewares=viction-testnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
- traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.middlewares=viction-testnet-node-pruned-leveldb-hash-stripprefix, ipallowlist
volumes:
viction-testnet-node-pruned-leveldb-hash: