From 88962d3f8fbc95d7a34858cf207f94f14e116ebf Mon Sep 17 00:00:00 2001 From: rezidir Date: Mon, 22 Jun 2026 11:09:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f8de694..ffd4ef0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,18 +5,8 @@ services: image: postgres:16-alpine container_name: family_safety_db restart: unless-stopped - environment: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - POSTGRES_DB: family_safety volumes: - postgres_data:/var/lib/postgresql/data - healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] - interval: 5s - timeout: 5s - retries: 5 - start_period: 10s app: build: .