Project scaffolding
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
pagemanager.api:
|
||||
image: pagemanager.api
|
||||
build:
|
||||
context: ./PageManager.Api
|
||||
dockerfile: PageManager.Api/Dockerfile
|
||||
ports:
|
||||
- "5278:8080"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
|
||||
pagemanager.web:
|
||||
image: pagemanager.web
|
||||
build:
|
||||
context: ./PageManager.Web
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- pagemanager.api
|
||||
Reference in New Issue
Block a user