Run container as keeper user, add basic auth to prometheus

This commit is contained in:
2024-01-16 15:33:56 +01:00
parent 7499b69a98
commit 1aec892a02
7 changed files with 35 additions and 21 deletions

View File

@@ -20,8 +20,9 @@ services:
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
#ports:
# - 9090:9090
- '--web.config.file=/etc/prometheus/web.yml'
ports:
- 9090:9090
restart: unless-stopped
volumes:
- ./prometheus:/etc/prometheus