mirror of
https://github.com/spaytac/linkdingsync.git
synced 2026-01-21 16:54:45 +00:00
**update** examples/linkding/docker-compose.yml **update** examples/wallabag/docker-compose.yml
14 lines
294 B
YAML
14 lines
294 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__Intervall=0
|
|
- Linkding__Url=https://<url>
|
|
- Linkding__Key=<secret>
|