Compare commits

..

3 Commits

Author SHA1 Message Date
408b0a7259 updated readme to match the datamodel
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 28s
2025-08-07 19:33:14 +03:00
2e9db89ffa feat: added setup maven step to the backend pipeline 2025-08-07 19:30:29 +03:00
e15de89053 feat: removed backend pipeline step for caching m2 2025-08-07 19:30:29 +03:00
2 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
server: server:
port: 8090 port: 8080
servlet: servlet:
context-path: /api context-path: /api
@@ -9,7 +9,7 @@ spring:
# Database Configuration # Database Configuration
datasource: datasource:
url: jdbc:postgresql://dind:5432/vibing url: jdbc:postgresql://localhost:5432/vibing
username: vibing username: vibing
password: vibing password: vibing
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver

View File

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