v15
This commit is contained in:
@@ -56,6 +56,7 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PORT: 3000
|
||||
GRPC_PORT: 3002
|
||||
DB_HOST: your-postgres-host
|
||||
DB_PORT: 5432
|
||||
DB_USER: postgres
|
||||
@@ -70,6 +71,7 @@ services:
|
||||
CORS_ORIGINS: https://panel.example.com
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3002:3002"
|
||||
depends_on:
|
||||
- redis
|
||||
networks:
|
||||
@@ -124,6 +126,7 @@ services:
|
||||
environment:
|
||||
PORT: 3001
|
||||
CORE_URL: https://core.example.com
|
||||
CORE_GRPC_URL: core.example.com:3002
|
||||
REGISTRATION_CODE: paste-one-time-code-here
|
||||
HEARTBEAT_INTERVAL_SEC: 30
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user