docs(docker-compose): In example dir layout focus on important files
This commit is contained in:
parent
0436224728
commit
71a2fe1beb
@ -99,14 +99,14 @@ build-context/
|
|||||||
│ ├── docker-data
|
│ ├── docker-data
|
||||||
│ | └── config
|
│ | └── config
|
||||||
│ │ └── grafana.cfg
|
│ │ └── grafana.cfg
|
||||||
│ ├── Dockerfile
|
│ ├── ...
|
||||||
│ └── extras
|
│ └── ...
|
||||||
└── nginx
|
└── nginx
|
||||||
├── docker-data
|
├── docker-data
|
||||||
| └── config
|
| └── config
|
||||||
│ └── nginx.cfg
|
│ └── nginx.cfg
|
||||||
├── Dockerfile
|
├── ...
|
||||||
└── extras
|
└── ...
|
||||||
```
|
```
|
||||||
|
|
||||||
When done head back up to [How to run](#how-to-run).
|
When done head back up to [How to run](#how-to-run).
|
||||||
|
@ -101,8 +101,8 @@ build-context/
|
|||||||
├── docker-data
|
├── docker-data
|
||||||
│ └── config
|
│ └── config
|
||||||
│ └── vault.cfg
|
│ └── vault.cfg
|
||||||
├── Dockerfile
|
├── ...
|
||||||
└── extras
|
└── ...
|
||||||
```
|
```
|
||||||
|
|
||||||
When done head back up to [How to run](#how-to-run).
|
When done head back up to [How to run](#how-to-run).
|
||||||
|
@ -145,23 +145,23 @@ build-context/
|
|||||||
│ ├── docker-data
|
│ ├── docker-data
|
||||||
│ | └── config
|
│ | └── config
|
||||||
│ │ └── {{ component }}.cfg
|
│ │ └── {{ component }}.cfg
|
||||||
│ ├── Dockerfile
|
│ ├── ...
|
||||||
│ └── extras
|
│ └── ...
|
||||||
{%- else %}
|
{%- else %}
|
||||||
└── {{ component }}
|
└── {{ component }}
|
||||||
├── docker-data
|
├── docker-data
|
||||||
| └── config
|
| └── config
|
||||||
│ └── {{ component }}.cfg
|
│ └── {{ component }}.cfg
|
||||||
├── Dockerfile
|
├── ...
|
||||||
└── extras
|
└── ...
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
├── docker-data
|
├── docker-data
|
||||||
│ └── config
|
│ └── config
|
||||||
│ └── {{ cookiecutter.__service_slug }}.cfg
|
│ └── {{ cookiecutter.__service_slug }}.cfg
|
||||||
├── Dockerfile
|
├── ...
|
||||||
└── extras
|
└── ...
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user