n8n/.env
hcornet 7a83f6a12a
Some checks are pending
Deployment Verification / deploy-and-test (push) Waiting to run
first sync
2025-02-11 20:35:24 +01:00

7 lines
194 B
Bash

# Postgre Variables
POSTGRES_IMAGE_TAG=postgres:15.6-alpine
POSTGRE_DB_NAME=n8n_db
POSTGRE_DB_USER=n8n_user
POSTGRE_DB_PASSWORD=P@ssword!Here!123456
POSTGRE_DB_DATA=/var/lib/postgresql/data/n8n