This commit is contained in:
Matěj Kubíček
2026-09-17 20:25:09 +02:00
parent 005c583cc0
commit 7ba60f0e68
+2 -4
View File
@@ -9,15 +9,14 @@
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:
@@ -25,4 +24,3 @@
volumes:
postgres_data: