Compare commits
5 Commits
main
...
0562d6f213
| Author | SHA1 | Date | |
|---|---|---|---|
| 0562d6f213 | |||
| c8a1158a6d | |||
| 0bd01caf23 | |||
| 8a63ba1fee | |||
| 6335179ac6 |
@@ -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
|
||||||
|
|||||||
@@ -9,6 +9,3 @@ services:
|
|||||||
POSTGRES_DB: vibing
|
POSTGRES_DB: vibing
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
|
||||||
postgres_data:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user