Move remaining DBs to SSD

This commit is contained in:
Jake Howard
2023-06-15 21:18:50 +01:00
parent 2af9f8529d
commit b07d424d87
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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