Compare commits

1 Commits

Author SHA1 Message Date
41020cdc00 fix: postgresql container volume
All checks were successful
Backend CI / Run Maven Tests (push) Successful in 28s
Reviewed-on: #7
Co-authored-by: Jarno Kiesiläinen <jarnokie@gmail.com>
Co-committed-by: Jarno Kiesiläinen <jarnokie@gmail.com>
2025-08-11 17:29:43 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -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

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: