open port in dshackle to serve requests with linea
This commit is contained in:
2
drpc.yml
2
drpc.yml
@@ -8,11 +8,13 @@ services:
|
|||||||
- ./main_configs:/etc/dshackle
|
- ./main_configs:/etc/dshackle
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
|
- 25703
|
||||||
ports:
|
ports:
|
||||||
# - "8080:8080"
|
# - "8080:8080"
|
||||||
# - "8081:8081"
|
# - "8081:8081"
|
||||||
# - "8082:8082"
|
# - "8082:8082"
|
||||||
- "2449:2449"
|
- "2449:2449"
|
||||||
|
- "25703:25703"
|
||||||
labels:
|
labels:
|
||||||
- "prometheus-scrape.enabled=true"
|
- "prometheus-scrape.enabled=true"
|
||||||
- "prometheus-scrape.port=8081"
|
- "prometheus-scrape.port=8081"
|
||||||
|
|||||||
Reference in New Issue
Block a user