generated from egmont11/ASP.Net-Core-MVC-Template
možná?
This commit is contained in:
@@ -9,15 +9,14 @@
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
||||||
templateweb:
|
templateweb:
|
||||||
image: templateweb
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: TemplateWeb/Dockerfile
|
dockerfile: TemplateWeb/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- ConnectionStrings__DefaultConnection=Host=db;Database=templatedb;Username=user;Password=password
|
ConnectionStrings__DefaultConnection: "Host=db;Database=templatedb;Username=user;Password=password"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
@@ -25,4 +24,3 @@
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user