zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 179bdbc13d8941886060f1c2273ab1a599c647c6
parent 3bd755dca03b5ba708ea8b6ab5e66e45037cd3f4
Author: srfsh <dev@srf.sh>
Date:   Wed, 12 Oct 2022 12:22:02 +0300

readme: improve docker-compose usage

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -75,6 +75,10 @@ To start using Zenflows with native-to-host Elixir, PostgreSQL, and Restroom ins To start using Zenflows with docker(-compose): +1. Run `./mann devop.serve` to generate the docker-compose file (automatically filled) and start the application. + +If you want to edit the generated docker-copmose file: + 1. Run `./mann devop.setup` to generate the docker-copmose file, `devop/docker-compose.yml`. 2. Edit `devop/docker-compose.yml` to suit your needs. Read the [Configuration Guide](docs/configuration-guide.md) for more info. 3. Run `./mann devop.serve` to start the application.