Files
templates/blueprints/trilium/docker-compose.yml
Mauricio Siu 7c540d158a refactor: remove dokploy-network configurations from multiple docker-compose files
- Removed the external dokploy-network configuration from various services' docker-compose.yml files to streamline network management.
- This change simplifies the setup and ensures consistency across blueprints.
2025-12-14 00:52:59 -06:00

10 lines
174 B
YAML

services:
trilium:
image: zadam/trilium:latest
ports:
- 8080
restart: always
volumes:
- /root/trilium-backups:/home/node/trilium-data/backup