mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Merge pull request #1 from Kaleaga/ChangingPort
Adjastet port and credentionals for database
This commit is contained in:
commit
6b0cb72d1b
1 changed files with 6 additions and 6 deletions
|
@ -4,20 +4,20 @@ services:
|
|||
mysql:
|
||||
image: mysql:8.0
|
||||
ports:
|
||||
- "3306:3306"
|
||||
- "3506:3306"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||
- MYSQL_USER=petclinic
|
||||
- MYSQL_PASSWORD=petclinic
|
||||
- MYSQL_USER=Nicolae
|
||||
- MYSQL_PASSWORD=12345678
|
||||
- MYSQL_DATABASE=petclinic
|
||||
volumes:
|
||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||
postgres:
|
||||
image: postgres:15.2
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5430:5432"
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=petclinic
|
||||
- POSTGRES_USER=petclinic
|
||||
- POSTGRES_PASSWORD=Nicolae
|
||||
- POSTGRES_USER=12345678
|
||||
- POSTGRES_DB=petclinic
|
||||
|
|
Loading…
Reference in a new issue