Skip to content

Commit

Permalink
move prometheus data to separate volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ctizen committed Dec 21, 2024
1 parent f3449aa commit 180ea6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ volumes:
configvolume01: {}
gullveigstorage01: {}
grafanastorage01: {}
prometheusdata:
pgadmindata:
networks:
internal_net:
Expand Down Expand Up @@ -204,6 +205,7 @@ services:
volumes:
- ./Hugin:/var/www/html/Hugin
- ./Common:/var/www/html/Common
- prometheusdata:/var/lib/prometheus
environment:
PHINX_DB_HUGIN_PORT: 5432
PHINX_DB_HUGIN_HOST: db.pantheon.internal
Expand Down

0 comments on commit 180ea6f

Please sign in to comment.