v15
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user