X-Git-Url: https://jfr.im/git/irc/UndernetIRC/undernet-development-env.git/blobdiff_plain/f05d9c9b220e2e028e7f0786566d544e746f10ce..8947ee1ae4d2ce603d0a58808e682e51c7d54c64:/README.md diff --git a/README.md b/README.md index 59830e7..6ff4c3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ UnderNET Development Environment ================================ +> **Warning** +> +> Do _**NOT**_ use this in production, it is not safe and contains publicly shared credentials! This repository contain a docker based development environment for UnderNET. @@ -62,15 +65,13 @@ After making any code change in either ircu or gnuworld the container need to be Rebuild ircu (hub and leaf share the same image): ``` -docker-compose build hub -docker-compose restart hub -docker-compose restart leaf +docker-compose up --build hub +docker-compose up leaf ``` Rebuild and restart gnuworld: ``` -docker-compose build gnuworld -docker-compose restart gnuworld +docker-compose up --build gnuworld ``` # PostgreSQL databases