File tree Expand file tree Collapse file tree 5 files changed +5
-34
lines changed
Expand file tree Collapse file tree 5 files changed +5
-34
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildah config --entrypoint=/ \
3939 --label=" org.nethserver.authorizations=traefik@node:routeadm" \
4040 --label=" org.nethserver.tcp-ports-demand=1" \
4141 --label=" org.nethserver.rootfull=0" \
42- --label=" org.nethserver.images=docker.io/library/redis:7.2.12-bookworm docker.io/library/ postgres:15.15-bookworm docker.io/n8nio/n8n:2.0.2 docker.io/n8nio/runners:2.0.2" \
42+ --label=" org.nethserver.images=docker.io/library/postgres:16.11 docker.io/n8nio/n8n:2.0.2 docker.io/n8nio/runners:2.0.2" \
4343 --label=" org.nethserver.tcp-ports-demand=1" \
4444 " ${container} "
4545# Commit the image
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111[Unit]
1212Description =Podman n8n-runners.service
1313BindsTo =n8n.service
14- After =n8n.service n8n-pgsql.service n8n-redis.service n8n- server.service
14+ After =n8n.service n8n-pgsql.service n8n-server.service
1515
1616[Service]
1717Environment =PODMAN_SYSTEMD_UNIT =%n
Original file line number Diff line number Diff line change 1111[Unit]
1212Description =Podman n8n-server.service
1313BindsTo =n8n.service
14- After =n8n.service n8n-pgsql.service n8n-redis.service
14+ After =n8n.service n8n-pgsql.service
1515
1616[Service]
1717Environment =PODMAN_SYSTEMD_UNIT =%n
@@ -41,10 +41,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/n8n-server.pid \
4141 --env N8N_RUNNERS_BROKER_LISTEN_ADDRESS =0.0.0.0 \
4242 --env N8N_RUNNERS_AUTH_TOKEN =MySharedSecret \
4343 --env N8N_NATIVE_PYTHON_RUNNER =true \
44- --env EXECUTIONS_MODE =queue \
45- --env QUEUE_BULL_REDIS_HOST =127.0.0.1 \
46- --env QUEUE_BULL_REDIS_PORT =6379 \
47- --env QUEUE_HEALTH_CHECK_ACTIVE =true \
4844 --env N8N_EMAIL_MODE =smtp \
4945 --env N8N_SMTP_SSL =false \
5046 --env N8N_SMTP_HOST =${SMTP_HOST} \
Original file line number Diff line number Diff line change 1010
1111[Unit]
1212Description =Podman n8n.service
13- Requires =n8n-redis.service n8n- pgsql.service n8n-server.service n8n-runners.service
14- Before =n8n-redis.service n8n- pgsql.service n8n-server.service n8n-runners.service
13+ Requires =n8n-pgsql.service n8n-server.service n8n-runners.service
14+ Before =n8n-pgsql.service n8n-server.service n8n-runners.service
1515
1616[Service]
1717Environment =PODMAN_SYSTEMD_UNIT =%n
You can’t perform that action at this time.
0 commit comments