File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11name : " katana"
22
33services :
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 :
You can’t perform that action at this time.
0 commit comments