adds pandoc to n8n, reverts caddy rename

This commit is contained in:
2025-09-10 12:43:04 +02:00
parent e1d1f17894
commit f37bd556c3
5 changed files with 9 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
``` ```
3. Add the VM to the desired groups and set the desired variables. 3. Add the VM to the desired groups and set the desired variables.
Do all the work you need to do (like creating new Ansible roles etc.). Do all the work you need to do (like creating new Ansible roles etc.).
4. Run `ansible-playbook -i inventories/hetzner playbooks/docker-compose.yaml` 4. Run `ansible-playbook -i inventories/hetzner playbooks/docker-compose.yml`
## Open Source Software Used ## Open Source Software Used

View File

@@ -0,0 +1,7 @@
FROM docker.n8n.io/n8nio/n8n
USER root
RUN apk add pandoc
USER node

View File

@@ -4,7 +4,7 @@
services: services:
n8n: n8n:
image: docker.n8n.io/n8nio/n8n build: .
container_name: n8n container_name: n8n
restart: unless-stopped restart: unless-stopped
env_file: env_file: