Skip to content

Commit c86ff10

Browse files
committed
uncomment docker-compose
1 parent b814df4 commit c86ff10

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

monitoring/docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: "katana"
22

33
services:
4-
# katana:
5-
# restart: unless-stopped
6-
# image: ghcr.io/dojoengine/dojo:v1.0.12
7-
# ports:
8-
# - "5050:5050" # rpc
9-
# - "9001:9001" # metrics
10-
# command: >
11-
# katana
12-
# --db-dir .katana/data-dir
13-
# --http.addr 0.0.0.0 --http.port 5050
14-
# --metrics --metrics.addr 0.0.0.0 --metrics.port 9001
4+
katana:
5+
restart: unless-stopped
6+
image: ghcr.io/dojoengine/dojo:v1.0.12
7+
ports:
8+
- "5050:5050" # rpc
9+
- "9100:9100" # metrics
10+
command: >
11+
katana
12+
--db-dir .katana/data-dir
13+
--http.addr 0.0.0.0 --http.port 5050
14+
--metrics --metrics.addr 0.0.0.0 --metrics.port 9100
1515
1616
prometheus:
1717
restart: unless-stopped
1818
image: prom/prometheus:v3.1.0
19-
# depends_on:
20-
# - katana
19+
depends_on:
20+
- katana
2121
ports:
2222
- 9090:9090
2323
volumes:

0 commit comments

Comments
 (0)