feat: initial commit

This commit is contained in:
Thom Lamb
2026-06-23 11:26:55 -05:00
parent d472a6cff8
commit 1e042cc5e8
722 changed files with 278037 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "3"
services:
template-web:
build:
context: .
dockerfile: Web/Dockerfile
ports:
- "3000:80"
template-api:
build:
context: .
dockerfile: Api/Dockerfile
ports:
- "8080:80"
- "8443:443"