Skip to content

Commit aeb5da8

Browse files
author
JLRR2019
committed
Cambio al nombre de la imágen del docker-compose.yml
1 parent 1d6df96 commit aeb5da8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

backend/gamelink/docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: "3.9"
22
services:
33
web:
4-
build:
5-
context: .
6-
dockerfile: Dockerfile
4+
image: juanurjc/gamelink:latest
75
ports:
86
- 8443:8443
97
environment:
108
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/gamelink
119
- SPRING_DATASOURCE_USERNAME=postgres
12-
- SPRING_DATASOURCE_PASSWORD=Juanluis-123
10+
- SPRING_DATASOURCE_PASSWORD=password
1311
- SPRING_JPA_HIBERNATE_DLL_AUTO=update
1412
- SPRING_JPA_SHOW_SQL=true
1513
restart: on-failure
@@ -21,7 +19,7 @@ services:
2119
restart: always
2220
environment:
2321
- POSTGRES_USER=postgres
24-
- POSTGRES_PASSWORD=Juanluis-123
22+
- POSTGRES_PASSWORD=password
2523
- POSTGRES_DB=gamelink
2624
volumes:
2725
- ./postgres:/var/lib/postgres

backend/gamelink/target/classes/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring.mustache.suffix=.html
1010

1111
spring.datasource.url=jdbc:postgresql://localhost:5432/gamelink
1212
spring.datasource.username=postgres
13-
spring.datasource.password=Juanluis-123
13+
spring.datasource.password=password
1414
spring.jpa.hibernate.ddl-auto=create-drop
1515

1616
logging.level.org.springframework.security=DEBUG

0 commit comments

Comments
 (0)