Files
n8n-install/.gitignore
Yury Kossakovsky 277466f144 fix(postiz): generate .env file to prevent dotenv-cli crash (#40)
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.
2026-02-27 20:44:18 -07:00

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