Skip to content

Commit

Permalink
Remove linkding stuff from DiskStation stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed May 20, 2024
1 parent 7f52bf2 commit 5ce8398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion misc/synology/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# free and unencumbered software released into the public domain. For
# more information, please refer to the accompanying "UNLICENCE" file.

LINKDING_DIRECTORY=
SYNCTHING_DIRECTORY=
SYNCTHING_PGID=
SYNCTHING_PUID=
10 changes: 0 additions & 10 deletions misc/synology/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@

---
services:
linkding:
image: 'sissbruecker/linkding:latest'
container_name: 'linkding'
ports:
# Prometheus got here first.
- '9000:9090'
volumes:
- '${LINKDING_DIRECTORY:?err}:/etc/linkding/data'
restart: 'unless-stopped'

syncthing:
image: 'syncthing/syncthing'
container_name: 'syncthing'
Expand Down

0 comments on commit 5ce8398

Please sign in to comment.