1
0
stack-orchestrator/app/data/stacks/package-registry/stack.yml
David Boreham ff69670db6 Initial commit
Former-commit-id: 60c1da725e0900045012a80d2449326d5c55fee7
2023-02-17 13:34:51 -07:00

12 lines
261 B
YAML

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"