webapp ui
This commit is contained in:
parent
9af58b28ba
commit
44dd511073
@ -0,0 +1,8 @@
|
|||||||
|
services:
|
||||||
|
webapp:
|
||||||
|
image: cerc/webapp-deployment-status-ui:local
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||||
|
ports:
|
||||||
|
- '80'
|
9
stack-orchestrator/stacks/webapp-deployer-ui/stack.yml
Normal file
9
stack-orchestrator/stacks/webapp-deployer-ui/stack.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user