services: espresso-frame-server: image: git.thumeit.com/tfaour/espresso-frame-server:latest build: . ports: - "8420:8420" volumes: - ./data:/data environment: - CONFIG_PATH=/data/config.json - IMMICH_URL=http://your-immich-host:2283 - IMMICH_API_KEY=your-immich-api-key-here # Optional: gates the web UI (/, /api/*) behind this shared secret -- # leave unset to keep it open on a trusted LAN, same as before. Paste # the same value into the ESP32's captive portal setup form (Access # Token field) so its manage-menu QR code embeds it automatically. - MANAGEMENT_TOKEN=changeme restart: unless-stopped