open port in dshackle to serve requests with linea

This commit is contained in:
Sebastian
2023-10-19 09:38:30 +02:00
parent 8327e0d1fa
commit 8f349a0f09

View File

@@ -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"