File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -33,42 +33,6 @@ services:
33
33
networks :
34
34
- monitoring
35
35
36
- # Example price_pusher service for Ethereum
37
- # price_pusher_ethereum:
38
- # image: your-price-pusher-image:latest
39
- # container_name: price_pusher_ethereum
40
- # volumes:
41
- # - ./config.evm.mainnet.json:/app/config.json
42
- # - ./mnemonic:/app/mnemonic
43
- # command: >
44
- # node lib/index.js evm
45
- # --config /app/config.json
46
- # --mnemonic-file /app/mnemonic
47
- # --metrics-port 9091
48
- # ports:
49
- # - "9091:9091"
50
- # networks:
51
- # - monitoring
52
- # restart: unless-stopped
53
-
54
- # Example price_pusher service for Solana
55
- # price_pusher_solana:
56
- # image: your-price-pusher-image:latest
57
- # container_name: price_pusher_solana
58
- # volumes:
59
- # - ./config.solana.mainnet.json:/app/config.json
60
- # - ./mnemonic:/app/mnemonic
61
- # command: >
62
- # node lib/index.js solana
63
- # --config /app/config.json
64
- # --mnemonic-file /app/mnemonic
65
- # --metrics-port 9092
66
- # ports:
67
- # - "9092:9092"
68
- # networks:
69
- # - monitoring
70
- # restart: unless-stopped
71
-
72
36
networks :
73
37
monitoring :
74
38
driver : bridge
You can’t perform that action at this time.
0 commit comments