webapp-deployer-backend

This commit is contained in:
zramsay 2024-07-23 17:27:57 -04:00
parent 56e55fb381
commit 9af58b28ba
2 changed files with 23 additions and 0 deletions

View File

@ -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:

View 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: ./