Skip to content

Commit

Permalink
Merge pull request #4 from kemboi22/main
Browse files Browse the repository at this point in the history
Changes in the n8n Server Service
  • Loading branch information
kemboi22 authored Feb 4, 2024
2 parents 6124aa0 + df36661 commit 96b6129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion imageroot/actions/configure-module/20configure
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ POSTGRES_NON_ROOT_USER = data.get("POSTGRES_NON_ROOT_USER","n@8n")
POSTGRES_NON_ROOT_PASSWORD = data.get("POSTGRES_NON_ROOT_PASSWORD","n@8niop$$")

db_config = {

"POSTGRES_ROOT_HOST": "localhost",
"POSTGRES_DATABASE": POSTGRES_DB,
"POSTGRES_USER": POSTGRES_USER,
Expand Down
4 changes: 2 additions & 2 deletions imageroot/systemd/user/n8n-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ExecStart=/usr/bin/podman run \
--env=EXECUTIONS_MODE=queue \
--env=QUEUE_BULL_REDIS_HOST=redis \
--env=QUEUE_HEALTH_CHECK_ACTIVE=true \
--volume=n8n_data:/home/node/ \
--volume=n8n_storage:/home/node/.n8n \
--volume=~/n8n:/home/node/ \
--volume=~/n8n:/home/node/.n8n \
${N8N_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/n8n.ctr-id -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/n8n-server.ctr-id
Expand Down

0 comments on commit 96b6129

Please sign in to comment.