webapp ui

This commit is contained in:
zramsay 2024-07-23 17:32:16 -04:00
parent 9af58b28ba
commit 44dd511073
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
services:
webapp:
image: cerc/webapp-deployment-status-ui:local
restart: always
environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
ports:
- '80'

View File

@ -0,0 +1,9 @@
version: "1.0"
name: test
description: "Webapp deployment stack"
repos:
- git.vdb.to/cerc-io/webapp-deployment-status-ui
containers:
- cerc/webapp-deployment-status-ui
pods:
- webapp-deployment-status-ui