Skip to content

Commit

Permalink
- Default config file.
Browse files Browse the repository at this point in the history
issue #?
  • Loading branch information
albamig committed Jan 24, 2022
1 parent 33ae2ee commit e22d3ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion project/discovery/minos/init/copier.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
postgres_deploy:
project_deploy:
type: str
link:
docker-compose: "{{ template_registry }}/project-deploy-docker-compose.tar.gz"
kubernetes: "{{ template_registry }}/project-deploy-kubernetes.tar.gz"
help: What deploy system do you want to use?
choices:
- docker-compose
- kubernetes
default: docker-compose
discovery_deploy:
type: str
link:
self-hosted: "{{ template_registry }}/project-discovery-minos-deploy-{{ project_deploy }}.tar.gz"
Expand Down

0 comments on commit e22d3ab

Please sign in to comment.