mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
the postiz backend image uses dotenv-cli to load /app/.env, which doesn't exist when config is only passed via docker environment vars. generate postiz.env from root .env and mount it read-only. also handle edge case where docker creates the file as a directory on bind mount failure, and quote values to prevent dotenv-cli misparses.
25 lines
359 B
Plaintext
25 lines
359 B
Plaintext
.DS_Store
|
|
.env
|
|
.env.bak
|
|
.env.test
|
|
neo4j/
|
|
searxng/settings.yml
|
|
searxng/uwsgi*
|
|
shared/
|
|
supabase/
|
|
dify/
|
|
volumes/
|
|
docker-compose.override.yml
|
|
docker-compose.n8n-workers.yml
|
|
postiz.env
|
|
welcome/data.json
|
|
welcome/changelog.json
|
|
|
|
# Custom TLS certificates
|
|
certs/*
|
|
!certs/.gitkeep
|
|
|
|
# Custom Caddy addons (user configurations)
|
|
caddy-addon/*.conf
|
|
!caddy-addon/*.example
|