diff --git a/stack-orchestrator/compose/docker-compose-webapp-deployment-status-ui.yml b/stack-orchestrator/compose/docker-compose-webapp-deployment-status-ui.yml new file mode 100644 index 0000000..6762663 --- /dev/null +++ b/stack-orchestrator/compose/docker-compose-webapp-deployment-status-ui.yml @@ -0,0 +1,8 @@ +services: + webapp: + image: cerc/webapp-deployment-status-ui:local + restart: always + environment: + CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG} + ports: + - '80' diff --git a/stack-orchestrator/stacks/webapp-deployer-ui/stack.yml b/stack-orchestrator/stacks/webapp-deployer-ui/stack.yml new file mode 100644 index 0000000..c394a31 --- /dev/null +++ b/stack-orchestrator/stacks/webapp-deployer-ui/stack.yml @@ -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