1
0

Clarify doc to not confuse user about old docker-compose

This commit is contained in:
nicolas.dorier
2018-07-27 11:25:07 +09:00
parent af906f7b43
commit 9dfa755aa1
3 changed files with 29 additions and 20 deletions

View File

@@ -1,4 +1,15 @@
# About this docker-compose
# About those docker-compose
All `docker-compose` files in [Production](Production) and [Production-NoReverseProxy](Production-NoReverseProxy) are generated by running the [build-pregen.sh](build-pregen.sh) (or [build-pregen.ps1](build-pregen.ps1)) script from the fragments located in [docker-compose-generator/docker-fragments](docker-compose-generator/docker-fragments).
The pre-generated `docker-compose` files only cover `btc`, `ltc`, `clightning` with `nginx`.
---
We strongly advise you to not use the pre-generated docker-compose of this folder, they are deprecated and kept only for backward compatibility.
Instead use the [build.sh](../build.sh) as documented in (README)(../Readme.md) to generate a docker-compose which fit your needs.
---
The `docker-compose` can be used for production purpose.