This commit is contained in:
Bivekich
2025-08-07 09:17:38 +03:00
parent 26276b3f27
commit e49559c0b4

View File

@ -8,7 +8,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "${PORT:-3006}:3000"
- "3006:3000"
environment:
- NODE_ENV=${NODE_ENV:-production}
- DATABASE_URL=${DATABASE_URL}
@ -21,6 +21,8 @@ services:
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}
- NEXTAUTH_URL=${NEXTAUTH_URL}
- PORT=3000
- HOSTNAME=0.0.0.0
restart: unless-stopped
healthcheck:
test: