This commit is contained in:
Andrey Kondratev
2025-08-29 12:04:54 +05:00
parent dc757f92ac
commit 5d6c4a8971
2 changed files with 8 additions and 4 deletions

View File

@@ -70,6 +70,13 @@ services:
- PORT=3000
- DATABASE_URL=postgresql://${POSTGRES_USER:-quixotic}:${POSTGRES_PASSWORD:-quixotic123}@postgres:5432/${POSTGRES_DB:-quixotic}
- DATABASE_SSL=false
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}
- DOMAIN=${DOMAIN}
- ACME_EMAIL=${ACME_EMAIL}
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
volumes:
- downloads:/app/downloads
labels: