From 7ba60f0e68c3a6c97fd8647d70e4456c3e11a36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Kub=C3=AD=C4=8Dek?= Date: Thu, 17 Sep 2026 20:25:09 +0200 Subject: [PATCH] =?UTF-8?q?mo=C5=BEn=C3=A1=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/docker-compose.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/docker-compose.yaml b/web/docker-compose.yaml index a16b2bb..2f878eb 100644 --- a/web/docker-compose.yaml +++ b/web/docker-compose.yaml @@ -9,20 +9,18 @@ ports: - "5432:5432" volumes: - - postgres_data:/var/lib/postgresql + - postgres_data:/var/lib/postgresql/data templateweb: - image: templateweb build: context: . dockerfile: TemplateWeb/Dockerfile environment: - - ConnectionStrings__DefaultConnection=Host=db;Database=templatedb;Username=user;Password=password + ConnectionStrings__DefaultConnection: "Host=db;Database=templatedb;Username=user;Password=password" depends_on: - db ports: - "8080:8080" volumes: - postgres_data: - + postgres_data: \ No newline at end of file