Skip to content

Commit 92cd6e1

Browse files
authored
Update docker-compose.yml
1 parent 6e0ac79 commit 92cd6e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ services:
2323
- 6868:8080
2424
environment:
2525
- DB_HOST=postgresdb
26-
- DB_USER=$POSTGRESDB_USER
27-
- DB_PASSWORD=$POSTGRESDB_ROOT_PASSWORD
28-
- DB_NAME=$POSTGRESDB_DATABASE
29-
- DB_PORT=$POSTGRESDB_DOCKER_PORT
26+
- DB_USER=postgres
27+
- DB_PASSWORD=sa123
28+
- DB_NAME=bezkoder_db
29+
- DB_PORT=5432
3030
stdin_open: true
3131
tty: true
3232

0 commit comments

Comments
 (0)