fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
services:
|
||||
|
||||
services:
|
||||
viction-mainnet-archive-client:
|
||||
image: ${VICTION_NODE_IMAGE:-buildonviction/node}:${VICTION_MAINNET_NODE_VERSION:-v2.4.5}
|
||||
user: root
|
||||
@@ -41,6 +41,7 @@ services:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
|
||||
viction-mainnet-archive:
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
@@ -63,9 +64,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/viction-mainnet-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.rule=PathPrefix(`/viction-mainnet-archive`)}
|
||||
- traefik.http.routers.viction-mainnet-node-archive-leveldb-hash.middlewares=viction-mainnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
viction-mainnet-node-archive-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
services:
|
||||
|
||||
services:
|
||||
viction-mainnet-client:
|
||||
image: ${VICTION_NODE_IMAGE:-buildonviction/node}:${VICTION_MAINNET_NODE_VERSION:-v2.4.5}
|
||||
user: root
|
||||
@@ -41,6 +41,7 @@ services:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
|
||||
viction-mainnet:
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
@@ -63,9 +64,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/viction-mainnet`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.rule=PathPrefix(`/viction-mainnet`)}
|
||||
- traefik.http.routers.viction-mainnet-node-pruned-leveldb-hash.middlewares=viction-mainnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
viction-mainnet-node-pruned-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
services:
|
||||
|
||||
services:
|
||||
viction-testnet-archive-client:
|
||||
image: ${VICTION_NODE_IMAGE:-buildonviction/node}:${VICTION_TESTNET_NODE_VERSION:-v2.4.5}
|
||||
user: root
|
||||
@@ -41,6 +41,7 @@ services:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
|
||||
viction-testnet-archive:
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
@@ -63,9 +64,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/viction-testnet-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-archive-leveldb-hash.rule=PathPrefix(`/viction-testnet-archive`)}
|
||||
- traefik.http.routers.viction-testnet-node-archive-leveldb-hash.middlewares=viction-testnet-node-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
viction-testnet-node-archive-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
services:
|
||||
|
||||
services:
|
||||
viction-testnet-client:
|
||||
image: ${VICTION_NODE_IMAGE:-buildonviction/node}:${VICTION_TESTNET_NODE_VERSION:-v2.4.5}
|
||||
user: root
|
||||
@@ -41,6 +41,7 @@ services:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5m
|
||||
|
||||
viction-testnet:
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
@@ -63,9 +64,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/viction-testnet`)}
|
||||
- ${NO_SSL:+traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.rule=PathPrefix(`/viction-testnet`)}
|
||||
- traefik.http.routers.viction-testnet-node-pruned-leveldb-hash.middlewares=viction-testnet-node-pruned-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
|
||||
viction-testnet-node-pruned-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
|
||||
Reference in New Issue
Block a user