webapp-deployer-backend
This commit is contained in:
parent
56e55fb381
commit
9af58b28ba
@ -0,0 +1,12 @@
|
||||
services:
|
||||
server:
|
||||
image: cerc/webapp-deployer-backend:local
|
||||
restart: always
|
||||
volumes:
|
||||
- srv:/srv
|
||||
- config:/etc/config:ro
|
||||
ports:
|
||||
- '9555'
|
||||
volumes:
|
||||
config:
|
||||
srv:
|
11
stack-orchestrator/stacks/webapp-deployer-backend/stack.yml
Normal file
11
stack-orchestrator/stacks/webapp-deployer-backend/stack.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "1.0"
|
||||
name: webapp-deployer-backend
|
||||
description: "Deployer for webapps"
|
||||
repos:
|
||||
- git.vdb.to/cerc-io/webapp-deployment-status-api
|
||||
containers:
|
||||
- cerc/webapp-deployer-backend
|
||||
pods:
|
||||
- name: webapp-deployer-backend
|
||||
repository: git.vdb.to/cerc-io/webapp-deployment-status-api
|
||||
path: ./
|
Loading…
Reference in New Issue
Block a user