Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
527 B
YAML
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
|