add drpc to the mix

This commit is contained in:
Sebastian
2023-02-26 10:07:06 +01:00
parent 885cd2945e
commit bebec472d3

View File

@@ -7,7 +7,7 @@ services:
- ./main_configs:/etc/dshackle
ports:
# - "8080:8080"
- "8081:8081"
# - "8081:8081"
# - "8082:8082"
- "2449:2449"
labels:
@@ -15,6 +15,8 @@ services:
- "prometheus-scrape.port=8081"
- "prometheus-scrape.job_name=drpc-dshackle"
- "prometheus-scrape.metrics_path=/metrics"
networks:
- chains
redis:
image: healthcheck/redis:alpine
@@ -24,3 +26,5 @@ services:
- "--maxmemory ${REDIS_RAM}"
- "--maxmemory-policy allkeys-lru"
- '--save ""'
networks:
- chains