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:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 8090
|
||||
servlet:
|
||||
context-path: /api
|
||||
|
||||
@@ -9,7 +9,7 @@ spring:
|
||||
|
||||
# Database Configuration
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:5432/vibing
|
||||
url: jdbc:postgresql://dind:5432/vibing
|
||||
username: vibing
|
||||
password: vibing
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@@ -9,3 +9,6 @@ services:
|
||||
POSTGRES_DB: vibing
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user