services: calendar-widget-api: image: git.tunpok.com/ching/calendar-widget-api:latest container_name: calendar-widget-api restart: always environment: - API_KEY=change-me - CALENDAR_ID=primary ports: - 5000:5000 volumes: - ./tasks.db:/app/tasks.db - /Users/ching/Nutstore\ Files/我的坚果云/calendar-bot-tunpok-ade3b1a46d71.json:/app/credentials.json