services: immich-watcher: build: context: ../.. dockerfile: packages/server/Dockerfile ports: - "8420:8420" volumes: - watcher-data:/data environment: - IMMICH_WATCHER_SECRET_KEY=change-me-in-production restart: unless-stopped volumes: watcher-data: