This commit is contained in:
Para Dox
2025-04-15 11:11:00 +07:00
parent 81b368c9ed
commit 22180bcf2d
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`) && PathRegexp(`^/boba-mainnet/?$`)}
- ${NO_SSL:+traefik.http.routers.boba-mainnet-op-geth-pruned.rule=PathRegexp(`^/boba-mainnet/?$`)}
- ${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/?$`)}
- traefik.http.routers.boba-mainnet-op-geth-pruned.middlewares=boba-mainnet-op-geth-pruned-stripprefix, ipwhitelist
boba-mainnet-node: