Merge pull request #1 from Kaleaga/ChangingPort

Adjastet port and credentionals for database
This commit is contained in:
Kaleaga 2023-04-10 18:45:01 +01:00 committed by GitHub
commit 6b0cb72d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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