services: app: image: gitea.malio.fr/malio-dev/starseed:${STARSEED_IMAGE_TAG:-latest} container_name: starseed-app env_file: .env ports: - "8086:80" volumes: - ./config/jwt:/var/www/html/config/jwt:ro - starseed_logs:/var/www/html/var/log extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped volumes: starseed_logs: