update pour test

This commit is contained in:
cangui 2024-10-13 19:35:39 +02:00
parent 00d31912b8
commit 9b33059ff0
2 changed files with 4 additions and 4 deletions

2
.env
View File

@ -2,4 +2,4 @@ DB_NAME=manga_database
DB_USER=root
DB_PASSWORD=secret
DB_HOST=localhost
PORT=8082
PORT=3000

View File

@ -4,7 +4,7 @@ services:
app:
build: .
ports:
- '3000'
- '8082:8080'
environment:
- DB_HOST=db
- DB_USER=root
@ -26,13 +26,13 @@ services:
volumes:
- db_data_new:/var/lib/mysql # Utiliser un volume nommé explicitement
ports:
- '3306'
- '3306:3306'
phpmyadmin:
image: phpmyadmin/phpmyadmin
restart: always
ports:
- '80'
- '8083:80'
environment:
- PMA_HOST=db
- PMA_USER=root