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 restart: unless-stopped