Skip to content

Commit cef1a9f

Browse files
committed
chore: remove commented-out example services from docker-compose.metrics.sample.yaml
1 parent d1a180e commit cef1a9f

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

apps/price_pusher/docker-compose.metrics.sample.yaml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -33,42 +33,6 @@ services:
3333
networks:
3434
- monitoring
3535

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-
7236
networks:
7337
monitoring:
7438
driver: bridge

0 commit comments

Comments
 (0)