mirror of
https://github.com/spaytac/linkdingsync.git
synced 2026-01-21 16:54:45 +00:00
14 lines
286 B
YAML
14 lines
286 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
linkdingupdater:
|
|
image: linkdingsync/linkdingupdater:latest
|
|
volumes:
|
|
- ./config.yml:/data/config.yml
|
|
# env_file:
|
|
# - .env
|
|
environment:
|
|
- Worker__Intervall=0
|
|
- Linkding__Url=https://<url>
|
|
- Linkding__Key=<secret>
|