This commit is contained in:
xds
2026-03-22 13:51:13 +03:00
parent beb14b4e43
commit f86b08c2bf
6 changed files with 34 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ services:
build: ./backend
network_mode: host
environment:
DATABASE_URL: ${DATABASE_URL:-postgresql+asyncpg://print3d:print3d_secret@localhost:5432/print3d}
DATABASE_URL: ${DATABASE_URL:-postgresql+asyncpg://print3d:P3D_PASSWORD@localhost:5432/print3d}
GOOGLE_API_KEY: ${GOOGLE_API_KEY:-}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN:-}
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID:-}