File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
2
services :
3
3
web :
4
- build :
5
- context : .
6
- dockerfile : Dockerfile
4
+ image : juanurjc/gamelink:latest
7
5
ports :
8
6
- 8443:8443
9
7
environment :
10
8
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/gamelink
11
9
- SPRING_DATASOURCE_USERNAME=postgres
12
- - SPRING_DATASOURCE_PASSWORD=Juanluis-123
10
+ - SPRING_DATASOURCE_PASSWORD=password
13
11
- SPRING_JPA_HIBERNATE_DLL_AUTO=update
14
12
- SPRING_JPA_SHOW_SQL=true
15
13
restart : on-failure
@@ -21,7 +19,7 @@ services:
21
19
restart : always
22
20
environment :
23
21
- POSTGRES_USER=postgres
24
- - POSTGRES_PASSWORD=Juanluis-123
22
+ - POSTGRES_PASSWORD=password
25
23
- POSTGRES_DB=gamelink
26
24
volumes :
27
25
- ./postgres:/var/lib/postgres
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =Juanluis-123
13
+ spring.datasource.password =password
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
You can’t perform that action at this time.
0 commit comments