Webapp deploy (#662)

This commit was merged in pull request #662.
This commit is contained in:
2023-11-27 22:02:16 -07:00
committed by GitHub
parent 1b94db27c1
commit a68cd5d65c
11 changed files with 191 additions and 20 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