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