From cc880d3485de9b0f50ba78d0c5a1a270f9c71021 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Thu, 30 Oct 2025 14:16:15 +0300 Subject: [PATCH] =?UTF-8?q?refactor:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=D1=8B=D0=B5=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D1=8B=20Postgres=20=D0=B8=20Redis\n\n-=20Bac?= =?UTF-8?q?kend=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5?= =?UTF-8?q?=D1=82=20=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0=B9=20PostgreSQ?= =?UTF-8?q?L=20(147.45.189.234:5432)\n-=20Backend=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5=D1=82=20=D0=B2=D0=BD=D0=B5?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B9=20Redis=20(crm.clientright.ru:6379)\n-?= =?UTF-8?q?=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B2=D0=B8=D1=81=D1=8B=20postgres=20=D0=B8=20redis=20?= =?UTF-8?q?=D0=B8=D0=B7=20docker-compose\n-=20=D0=A3=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D1=8C=20depends=5Fon:=20postgres\n-=20=D0=9E?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=81=D1=8C=20=D1=82=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=BA=D0=BE=20frontend=20=D0=B8=20backend=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D1=8B\n-=20=D0=A3?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20orphan=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1f93354..e052559 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,12 +23,9 @@ services: - REDIS_HOST=crm.clientright.ru - REDIS_PORT=6379 - REDIS_PASSWORD=CRM_Redis_Pass_2025_Secure! - - POSTGRES_URL=postgresql://erv_user:erv_password@postgres:5432/erv_db - RABBITMQ_URL=amqp://admin:tyejvtej@185.197.75.249:5672 - N8N_POLICY_CHECK_WEBHOOK=https://n8n.clientright.pro/webhook/9eb7bc5b-645f-477d-a5d8-5a346260a265 - N8N_FILE_UPLOAD_WEBHOOK=https://n8n.clientright.pro/webhook/7e2abc64-eaca-4671-86e4-12786700fe95 - depends_on: - - postgres networks: - erv-network restart: unless-stopped @@ -45,22 +42,8 @@ services: # restart: unless-stopped # PostgreSQL для логов и аналитики - postgres: - image: postgres:16-alpine - environment: - - POSTGRES_DB=erv_db - - POSTGRES_USER=erv_user - - POSTGRES_PASSWORD=erv_password - ports: - - "5432:5432" - volumes: - - postgres_data:/var/lib/postgresql/data - networks: - - erv-network - restart: unless-stopped - -volumes: - postgres_data: + # postgres: + # Используется внешний PostgreSQL на 147.45.189.234:5432 networks: erv-network: