feat: сборка в контейнеры

This commit is contained in:
Artem Tsyrulnikov
2025-11-10 17:48:34 +03:00
parent 0bed5c266d
commit 3c430885fe
6 changed files with 66 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
APP__URL=https://app.example.com
DB__URL=postgresql+asyncpg://user:password@localhost:5432/tgex
DB__URL=postgresql+asyncpg://user:password@postgres:5432/tgex
LOGGER__APP_NAME="tgex-backend"
LOGGER__PRETTY_CONSOLE=true
TELEGRAM__TOKEN=your_bot_token_here