Add volume configuration for PostgreSQL service in Docker Compose

This commit is contained in:
Edgar P. Burkhart 2025-06-14 18:11:58 +02:00
parent d8f60f4017
commit bf8161a7fb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -37,3 +37,5 @@ services:
image: postgres:17
container_name: musik_postgres
env_file: stack.env
volumes:
- /docker/musik/postgres:/var/lib/postgresql/data