Etapes 2 et 3

This commit is contained in:
2025-06-07 15:00:30 +02:00
parent 9829dfc6b5
commit 03fa9d79d4
62 changed files with 13582 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ services:
dockerfile: SQL_Dockerfile
environment:
MARIADB_ROOT_PASSWORD: super_strong_password_of_root
MARIADB_DATABASE: laravel_db
MARIADB_DATABASE: mangadb
ports:
- "3306:3306" # Attention: faille de sécurité !
volumes:
@@ -18,9 +18,9 @@ services:
ports:
- "8080:8000"
environment:
LARAVEL_DATABASE_USER: laravel_user
LARAVEL_DATABASE_USER: developmanga
LARAVEL_DATABASE_PASSWORD: super_strong_password
LARAVEL_DATABASE_NAME: laravel_db
LARAVEL_DATABASE_NAME: mangadb
LARAVEL_DATABSE_HOST: mariadb
volumes:
- ./laravel:/app