feat(prometheus): enable metrics on endlessg and opengist

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-06-02 17:57:52 +00:00
parent 1eb2298b89
commit 33a98f71e4
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ services:
security_opt:
- no-new-privileges:true
ports:
- 3020:6157 # HTTP port
- 3020:6157
- 3021:3021
# - 2222:2222 # SSH port, can be removed if you don't use SSH
volumes:
- ~/docker-volumes/opengist:/opengist
+10
View File
@@ -22,3 +22,13 @@ scrape_configs:
- targets:
- dawarich-app:9394
- dawarich-sidekiq:9394
- job_name: endlessh
static_configs:
- targets:
- endlessh:2112
- job_name: opengist
static_configs:
- targets:
- opengist:3021