Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
9 lines
278 B
Bash
9 lines
278 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
|
|
|
|
N8N_ENCRYPTION_KEY=super-secret-key
|
|
N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret |