fix
This commit is contained in:
@@ -62,8 +62,8 @@ services:
|
||||
- traefik.http.services.viction-mainnet-node-archive-leveldb-hash.loadbalancer.server.port=80
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.entrypoints=websecure}
|
||||
- ${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`) && PathRegexp(`^/viction-mainnet-archive/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=PathRegexp(`^/viction-mainnet-archive/?$`)}
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathRegex(`^/viction-mainnet-archive/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=PathRegex(`^/viction-mainnet-archive/?$`)}
|
||||
- traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.middlewares=viction-mainnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -62,8 +62,8 @@ services:
|
||||
- traefik.http.services.viction-mainnet-node-pruned-leveldb-hash.loadbalancer.server.port=80
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.entrypoints=websecure}
|
||||
- ${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`) && PathRegexp(`^/viction-mainnet/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=PathRegexp(`^/viction-mainnet/?$`)}
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathRegex(`^/viction-mainnet/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=PathRegex(`^/viction-mainnet/?$`)}
|
||||
- traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.middlewares=viction-mainnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -62,8 +62,8 @@ services:
|
||||
- traefik.http.services.viction-testnet-node-archive-leveldb-hash.loadbalancer.server.port=80
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-archive-leveldb-hash.entrypoints=websecure}
|
||||
- ${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`) && PathRegexp(`^/viction-testnet-archive/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=PathRegexp(`^/viction-testnet-archive/?$`)}
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathRegex(`^/viction-testnet-archive/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=PathRegex(`^/viction-testnet-archive/?$`)}
|
||||
- traefik.http.routers.viction-testnet-node-archive-leveldb-hash.middlewares=viction-testnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -62,8 +62,8 @@ services:
|
||||
- traefik.http.services.viction-testnet-node-pruned-leveldb-hash.loadbalancer.server.port=80
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.entrypoints=websecure}
|
||||
- ${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`) && PathRegexp(`^/viction-testnet/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=PathRegexp(`^/viction-testnet/?$`)}
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathRegex(`^/viction-testnet/?$`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=PathRegex(`^/viction-testnet/?$`)}
|
||||
- traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.middlewares=viction-testnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user