Remove trillium

I decided not to use this.
This commit is contained in:
Thomas Kleinendorst 2024-12-01 19:08:29 +01:00
parent 9014300eb2
commit c5f810cab6
2 changed files with 0 additions and 18 deletions

View file

@ -1,16 +0,0 @@
---
- name: Create a volume
become: true
community.docker.docker_volume:
name: trilium_data
- name: Install the container
become: true
community.docker.docker_container:
name: trilium-server
image: "triliumnext/notes:{{ trilium_version }}"
ports:
- "127.0.0.1:4637:8080/tcp"
mounts:
- source: trilium_data
target: /home/node/trilium-data
restart_policy: always

View file

@ -1,2 +0,0 @@
---
trilium_version: v0.90.12