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=Trilium - homepage.icon=trilium.png - homepage.href=${TRILIUM_URL} - homepage.description=Hierarchical notetaking app - dockhand.url=${TRILIUM_URL} - rackpeek.tags=apps networks: proxy-net: external: true