Files
infrastructure/docker/.env
T
2026-06-12 23:52:23 +03:00

31 lines
1.0 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --- Домены (укажи реальные, DNS A-записи должны указывать на сервер) ---
N8N_HOST=n8n.mxti.ru
PORTAINER_HOST=portainer.mxti.ru
ACME_EMAIL=mxi.tarasov@gmail.com
# --- GITEA
GITEA_HOST=git.mxti.ru
GITEA_DB_PASSWORD=sdfsdfjreggr33243
# --- Часовой пояс ---
TIMEZONE=Europe/Moscow
# --- Postgres ---
POSTGRES_USER=n8n
POSTGRES_PASSWORD=sffjsdn32342nsgdgd123
POSTGRES_DB=n8n
# --- Redis ---
REDIS_PASSWORD=31hjsbj34rjs
# --- n8n ---
# Сгенерируй: openssl rand -hex 32
N8N_ENCRYPTION_KEY=fbac490fbf63b779fb5f3d90a2fe5445164aaacef1506b02f3f4331c23c2ba59
# --- MTProto (mtg) ---
# Фейк-домен для Fake-TLS — ОБЯЗАТЕЛЬНО тот же, под который сгенерирован секрет
# в mtg/config.toml. Traefik матчит TLS-handshake по SNI этого домена (TCP router
# с tls.passthrough) и проксирует сырой TCP в mtg. ВАЖНО: не должен совпадать
# с N8N_HOST/PORTAINER_HOST.
MTG_FAKE_TLS_HOST=mtg.mxti.ru