build: docker compose (app + postgres) with healthchecks and .env
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BwxdSt4reTm7Dj1oxRvpP3
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# PostgreSQL
|
||||
POSTGRES_USER=dnsar
|
||||
POSTGRES_PASSWORD=change-me-strong-password
|
||||
POSTGRES_DB=dnsar
|
||||
|
||||
# Порт публикации приложения на хосте
|
||||
APP_PORT=8080
|
||||
|
||||
# Ключ шифрования секретов провайдеров/каналов — РОВНО 32 байта в base64.
|
||||
# Сгенерировать: openssl rand -base64 32
|
||||
DNS_AR_ENC_KEY=
|
||||
Reference in New Issue
Block a user