Initial commit

Former-commit-id: 60c1da725e
This commit is contained in:
2023-02-17 13:34:51 -07:00
parent bc5eff71b5
commit ff69670db6
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"