This commit is contained in:
Para Dox
2025-04-15 11:15:12 +07:00
parent 22180bcf2d
commit 8ea3f5b7d5
236 changed files with 472 additions and 472 deletions

View File

@@ -65,8 +65,8 @@ services:
- traefik.http.services.boba-mainnet-op-geth-pruned.loadbalancer.server.port=8545
- ${NO_SSL:-traefik.http.routers.boba-mainnet-op-geth-pruned.entrypoints=websecure}
- ${NO_SSL:-traefik.http.routers.boba-mainnet-op-geth-pruned.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.boba-mainnet-op-geth-pruned.rule=Host(`$DOMAIN`) && PathRegex(`^/boba-mainnet/?$`)}
- ${NO_SSL:+traefik.http.routers.boba-mainnet-op-geth-pruned.rule=PathRegex(`^/boba-mainnet/?$`)}
- ${NO_SSL:-traefik.http.routers.boba-mainnet-op-geth-pruned.rule=Host(`$DOMAIN`) && (Path(`/boba-mainnet`) || Path(`/boba-mainnet/`))}
- ${NO_SSL:+traefik.http.routers.boba-mainnet-op-geth-pruned.rule=Path(`/boba-mainnet`) || Path(`/boba-mainnet/`)}
- traefik.http.routers.boba-mainnet-op-geth-pruned.middlewares=boba-mainnet-op-geth-pruned-stripprefix, ipwhitelist
boba-mainnet-node: