Files
Inventory/deploy/docker/docker-compose.prod.yml
Matthieu a8a95b16a9
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
fix : mount var/storage/documents volume instead of var/uploads
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 14:36:30 +02:00

13 lines
332 B
YAML

services:
app:
image: gitea.malio.fr/malio-dev/inventory:${INVENTORY_IMAGE_TAG:-latest}
container_name: inventory-app
env_file: .env
ports:
- "8082:80"
volumes:
- ./storage:/var/www/html/var/storage/documents
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped