feat: dockerfile + docker-compose + déploiement VPS gestion.materiaux-destock.fr

This commit is contained in:
2026-06-07 00:27:16 +02:00
parent 51f87c0672
commit 99c3380d00
7 changed files with 114 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
app:
build: .
image: gestion-materiaux-destock:latest
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
networks:
- web
networks:
web:
external: true