31 lines
671 B
Plaintext
31 lines
671 B
Plaintext
[Unit]
|
|
Description=Trilium
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
ContainerName=trilium
|
|
Image=docker.io/triliumnext/trilium:latest
|
|
AutoUpdate=registry
|
|
PublishPort=8580:8080
|
|
|
|
# Environment=USER_UID=
|
|
# Environment=USER_GID=
|
|
EnvironmentFile=/mnt/data/containers/trilium/.env.trilium
|
|
|
|
Volume=/mnt/data/containers/trilium/data:/home/node/trilium-data
|
|
|
|
Label=homepage.group=Productivity
|
|
Label=homepage.name=Trilium
|
|
Label=homepage.icon=trilium.png
|
|
Label=homepage.href=https://notes.inkletblot.com
|
|
Label=homepage.description="Manage Knowledge"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=900
|
|
SuccessExitStatus=0 143
|
|
|
|
[Install]
|
|
WantedBy=default.target
|