linkdingsync/examples/linkding/docker-compose.yml
aytac 00e2a3e07a **update** added task selection
**upate** updated README.md
2023-02-04 14:27:33 +01:00

17 lines
415 B
YAML

version: '3.9'
services:
linkdingupdater:
image: ghcr.io/spaytac/linkding-updater:latest
volumes:
- ./config.yml:/app/data/config.yml
# env_file:
# - .env
environment:
- Worker__Interval=0
- Worker__TagNameLength=64
- Worker__Tasks__0=AddPopularSitesAsTag
- Worker__Tasks__1=AddYearToBookmark
- Linkding__Url=https://<url>
- Linkding__Key=<secret>