Import
This commit is contained in:
14
Database/Prometheus/docker-compose.yaml
Normal file
14
Database/Prometheus/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
volumes:
|
||||
- /root/Docker/prometheus/etc:/etc/prometheus/
|
||||
- /root/Docker/prometheus/data:/prometheus
|
||||
command:
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
- '--storage.tsdb.path=/prometheus'
|
||||
- '--web.console.libraries=/usr/share/prometheus/console_libraries'
|
||||
- '--web.console.templates=/usr/share/prometheus/consoles'
|
||||
ports:
|
||||
- 9191:9090
|
||||
restart: always
|
||||
Reference in New Issue
Block a user