Jake Howard
fe5a5984c3
They're not needed for anything, and caused annoying weird issues when cycling containers
10 lines
301 B
YAML
10 lines
301 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
todoist-github:
|
|
image: theorangeone/todoist-github:latest
|
|
restart: unless-stopped
|
|
command: python3 -m todoist_github --interval 900
|
|
environment:
|
|
- TODOIST_TOKEN={{ todoist_github.todoist_token }}
|
|
- GITHUB_TOKEN={{ todoist_github.github_token }}
|