infra: split deploy into frontend delivery and langfuse projects

This commit is contained in:
Ruslan Bakiev
2026-02-20 11:57:47 +07:00
parent a20b6ebb5a
commit a731525f5e
5 changed files with 224 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
services:
delivery:
build:
context: ../../Frontend
dockerfile: Dockerfile.worker
environment:
DATABASE_URL: "${DATABASE_URL:-postgresql://postgres:dpb6gmj1umjhohso@crm-sql-q57r8m:5432/postgres?schema=public}"
REDIS_URL: "${REDIS_URL:-redis://default:nw0mv1pemhnbh7gw@crm-redis-vkpxku:6379}"
TELEGRAM_API_BASE: "${TELEGRAM_API_BASE:-https://api.telegram.org}"
TELEGRAM_BOT_TOKEN: "${TELEGRAM_BOT_TOKEN:-}"
networks:
- default
- dokploy-network
networks:
dokploy-network:
external: true