Files
Central/infra/prod/docker-compose.yml
matthieu bf9f4aaa29
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
fix(docker) : retire volume ferme du docker-compose prod
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 13:49:36 +02:00

17 lines
527 B
YAML

services:
app:
image: gitea.malio.fr/malio-dev/central:${CENTRAL_IMAGE_TAG:-latest}
container_name: central-app
env_file: .env
ports:
- "8084:80"
volumes:
- ./config/jwt:/var/www/html/config/jwt:ro
- ./uploads:/var/www/html/var/uploads
- /var/www/sirh:/var/www/maintenance/sirh
- /var/www/lesstime:/var/www/maintenance/lesstime
- /var/www/inventory:/var/www/maintenance/inventory
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped