fix: postgresql container volume
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 34s

This commit is contained in:
2025-08-11 17:27:25 +00:00
parent b4cd05e7b2
commit daa75a2516
2 changed files with 6 additions and 3 deletions

View File

@@ -8,4 +8,7 @@ services:
POSTGRES_PASSWORD: vibing
POSTGRES_DB: vibing
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data: