This commit is contained in:
2026-06-01 02:48:06 +03:00
parent 43f24fe25f
commit ee4c6211ae
8 changed files with 165 additions and 45 deletions
+2
View File
@@ -19,6 +19,7 @@ services:
restart: unless-stopped
environment:
PORT: 3000
GRPC_PORT: 3002
DB_HOST: your-postgres-host
DB_PORT: 5432
DB_USER: postgres
@@ -34,6 +35,7 @@ services:
# TELEGRAM_BOT_TOKEN: your-bot-token
ports:
- "3000:3000"
- "3002:3002"
depends_on:
- redis
networks: