feat: add minimal-connector to compose

This commit is contained in:
Michel Jonathan Schmitz
2019-07-25 09:55:21 +02:00
parent 23f4f2de2f
commit 203a8127f5
5 changed files with 46 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ Useful commands:
* In case you don't need the containers to be running anymore, you can also stop them using docker-compose command (example for database container):
$SUDO docker-compose stop database
* If you want to test the functionality of the "minimal-connector", use the following command.
$SUDO docker-compose up minimal-connector
EOF
read _