forked from galacticcouncil/hydration-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
27 lines (27 loc) · 831 Bytes
/
Copy pathstack.yaml
File metadata and controls
27 lines (27 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: '3.3'
services:
hydration:
image: galacticcouncil/fork:latest
environment:
- CHAIN_NAME: Hydration Fork
#- STATE_SOURCE: https://snapshots.play.hydration.cloud/state.json
#- STATE_RPC: wss://rpc.hydradx.cloud
#- STATE_BLOCK: 0x98923290c2d8f032d371dd65b239ebde6be2318c5d6ca1ed8de33fe966799933
volumes:
- data:/zombienet/hydration-node/launch-configs/fork/data
networks:
- gateway
logging:
driver: json-file
deploy:
labels:
traefik.http.routers.fork.rule: Host(`fork.lark.hydration.cloud`)
traefik.http.routers.fork.tls: 'true'
traefik.http.routers.fork.tls.certresolver: myresolver
traefik.http.services.fork.loadbalancer.server.port: '9988'
networks:
gateway:
external: true
volumes:
data:
driver: local