Move remaining DBs to SSD
This commit is contained in:
@ -35,7 +35,7 @@ services:
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/tank/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=grafana
|
||||
- POSTGRES_USER=grafana
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
volumes:
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
||||
- ./alert-rules.d:/etc/prometheus/alert-rules.d:ro
|
||||
- /mnt/tank/dbs/prometheus/forrest/:/prometheus/
|
||||
- /mnt/speed/dbs/prometheus/forrest/:/prometheus/
|
||||
networks:
|
||||
- default
|
||||
- grafana
|
||||
|
Reference in New Issue
Block a user