drop frontend and delivery compose files

This commit is contained in:
Ruslan Bakiev
2026-02-20 12:45:19 +07:00
parent cb7d81e801
commit 9770643321
4 changed files with 2 additions and 119 deletions

View File

@@ -1,17 +0,0 @@
services:
delivery:
build:
context: .
dockerfile: Dockerfile
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