mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
260 B
YAML
15 lines
260 B
YAML
services:
|
|
trilium:
|
|
image: zadam/trilium:latest
|
|
ports:
|
|
- 8080
|
|
networks:
|
|
- dokploy-network
|
|
restart: always
|
|
volumes:
|
|
- /root/trilium-backups:/home/node/trilium-data/backup
|
|
|
|
networks:
|
|
dokploy-network:
|
|
external: true
|