feat : add Docker production deployment
Some checks failed
Build & Push Docker Image / build (push) Failing after 8s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-01 12:08:32 +02:00
parent 476060cf7d
commit 9c8aecec93
10 changed files with 565 additions and 0 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
.git
.gitea
.env.local
.env.test
docker/
deploy/docker/docker-compose.prod.yml
deploy/docker/deploy.sh
deploy/docker/.env.example
Inventory_frontend/node_modules
Inventory_frontend/.nuxt
Inventory_frontend/.output
var/
vendor/
LOG/
docs/
tests/
scripts/
*.sql
*.xlsx
*.png
*.md
!composer.lock
!symfony.lock
!Inventory_frontend/package-lock.json