fix: postgresql container volume
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 34s
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 34s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user