2020-03-08 18:12:12 +00:00
|
|
|
version: '2.3'
|
|
|
|
|
2020-02-09 15:48:22 +00:00
|
|
|
services:
|
|
|
|
todoist-github:
|
|
|
|
image: theorangeone/todoist-github:latest
|
|
|
|
container_name: todoist-github
|
|
|
|
restart: unless-stopped
|
|
|
|
command: python3 -m todoist_github --interval 900
|
|
|
|
environment:
|
|
|
|
- TODOIST_TOKEN={{ todoist_github.todoist_token }}
|
|
|
|
- GITHUB_TOKEN={{ todoist_github.github_token }}
|