Add trilium.yaml

This commit is contained in:
2026-07-14 10:51:58 -05:00
parent 4dcc1d22ac
commit 24f0943857
+37
View File
@@ -0,0 +1,37 @@
services:
#########################
# Trilium
#########################
#great for hierarchical organization and advanced features, may feelbloated
#Cross-platform hierarchical note taking application with focus on building large personal knowledge bases
trilium:
image: triliumnext/trilium:stable
container_name: trilium
restart: unless-stopped
environment:
- PUID=1001
- PGID=1001
- TZ=America/Chicago
ports:
- '8080:8080'
volumes:
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.
#- /mnt/raid1/data/appdata/trilium:/home/node/trilium-data
- /srv/docker/office/trilium:/home/node/trilium-data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
- proxy-net
labels:
- homepage.group=Apps
- homepage.name=Trillium
- homepage.icon=trillium.png
- homepage.href=${TRILLIUM_URL}
- homepage.description=Hierarchical notetaking app
- dockhand.url=${TRILLIUM_URL}
- rackpeek.tags=apps
networks:
proxy-net:
external: true