Initial commit

This commit is contained in:
Jānis Kacēns
2024-04-10 12:17:24 +03:00
parent 7ebb28f72a
commit 3889e684b4
152 changed files with 27501 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
postermaker.core:
image: postermaker.core
build:
context: .
dockerfile: PosterMaker.Core/Dockerfile
ports:
- "80:80"
environment:
- ASPNETCORE_ENVIRONMENT=Development
postermaker.ui:
image: postermaker.ui
build:
context: .
dockerfile: PosterMaker.UI/Dockerfile
ports:
- "44404:44404"
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://*:44404