Initial commit

This commit is contained in:
2023-02-17 13:34:51 -07:00
parent 8645ab0619
commit 60c1da725e
4 changed files with 102 additions and 4 deletions
@@ -0,0 +1,11 @@
version: "1.1"
name: package-registry
decription: "Local Package Registry"
repos:
- cerc-io/hosting
pods:
- name: gitea
repository: cerc-io/hosting
path: gitea
pre_start_command: "run-this-first.sh"
post_start_command: "initialize-gitea.sh"