adds pandoc to n8n, reverts caddy rename
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
```
|
||||
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.).
|
||||
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
|
||||
|
||||
|
||||
7
docker_compose_applications/n8n/Dockerfile
Normal file
7
docker_compose_applications/n8n/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM docker.n8n.io/n8nio/n8n
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add pandoc
|
||||
|
||||
USER node
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
build: .
|
||||
container_name: n8n
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user