ajout code de déploiement

This commit is contained in:
2026-03-25 22:38:25 +01:00
parent a7ac890c17
commit 124fd240ae
2 changed files with 43 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3'
services:
app:
build:
context: .
dockerfile: DOCKERFILE
container_name: laravel_app
restart: always
volumes:
- .:/var/www
networks:
- app-network
networks:
app-network:
external: true # Pour qu'il puisse parler à ton MySQL et ton Proxy