Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM postgres:15-alpine
EXPOSE 5432:5432
ENV POSTGRES_PASSWORD=password
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#spring.datasource.password = postgres
#eureka.instance.ip-address=127.0.0.1
eureka.client.serviceUrl.defaultZone= http://localhost:8761/eureka/
spring.datasource.url = jdbc:postgresql://10.90.138.244:5432/postgres
spring.datasource.password = 1nn0M3tr1c5
spring.datasource.url = jdbc:postgresql://localhost:5432/postgres
spring.datasource.password = password
Loading