#7
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m8s

This commit is contained in:
2025-05-10 19:07:50 +02:00
parent 011bb03d3f
commit 814b2221c8
20 changed files with 288 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ services:
image: postgres:14
container_name: postgresdb
ports:
- 5432:5432
- 5435:5432
environment:
POSTGRES_DB: xpensely
POSTGRES_USER: ${DB_USERNAME}