First cut at webapp deploy create

This commit is contained in:
2023-11-21 22:26:13 -07:00
parent 5bf36c2bf8
commit c67612e048
5 changed files with 58 additions and 1 deletions
@@ -0,0 +1,8 @@
services:
webapp:
image: cerc/webapp-container:local
restart: always
environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
ports:
- "3000"
@@ -0,0 +1 @@
# Template stack for webapp deployments
@@ -0,0 +1,7 @@
version: "1.0"
name: test
description: "Webapp deployment stack"
containers:
- cerc/webapp-template-container
pods:
- webapp-template