feat: Add docker-compose.yml

This commit is contained in:
Ching L 2025-04-30 17:26:06 +08:00
parent 93989ceeec
commit 8da5a41c6f

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
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