feat: Add docker-compose.yml
This commit is contained in:
parent
93989ceeec
commit
8da5a41c6f
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user