docs(docker-compose): Update example directory layout (#7)

This commit is contained in:
hygienic-books 2023-06-13 00:30:51 +02:00
parent 448401b7b0
commit 299c15e30d

View File

@ -34,6 +34,10 @@ project_slug [dir-name]: grafana
service [grafana]: service [grafana]:
component_list [grafana]: grafana,nginx component_list [grafana]: grafana,nginx
context [ctx]: cncf context [ctx]: cncf
Select build:
1 - no
2 - yes
Choose from 1, 2 [1]:
``` ```
The end result is a directory structure that has everything you need to hit the ground running. The end result is a directory structure that has everything you need to hit the ground running.
@ -56,8 +60,9 @@ The end result is a directory structure that has everything you need to hit the
├── common-settings.yml ├── common-settings.yml
├── docker-compose.override.yml ├── docker-compose.override.yml
├── docker-compose.yml ├── docker-compose.yml
└── env ├── env
└── fully.qualified.domain.name.example │   └── fqdn_context.env.example
└── README.md
``` ```
# Developing # Developing