stack-orchestrator/app/data/stacks/package-registry/stack.yml
David Boreham ec6b5439f4
Support for git hosts other than github (#407)
* Update repository list file

* Add host part to repo name

* Allow git hosts other than github
2023-05-24 17:19:21 -06:00

16 lines
373 B
YAML

version: "1.1"
name: package-registry
decription: "Local Package Registry"
repos:
- github.com/cerc-io/hosting
- github.com/telackey/act_runner
containers:
- cerc/act-runner
- cerc/act-runner-task-executor
pods:
- name: gitea
repository: cerc-io/hosting
path: gitea
pre_start_command: "run-this-first.sh"
post_start_command: "initialize-gitea.sh"