MailHog fine-tuning

This commit is contained in:
cytopia
2018-08-15 19:53:06 +02:00
parent c77fd90472
commit 994df7d6da
9 changed files with 270 additions and 154 deletions

View File

@ -0,0 +1,18 @@
The Devilbox ships various example configurations to overwrite the default stack. Those files are
located under ``compose/`` in the Devilbox git directory.
``docker-compose.override.yml-all`` has all examples combined in one file for easy copy/paste.
However, each example also exists in its standalone file as shown below:
.. code-block:: bash
host> tree -L 1 compose/
compose/
├── docker-compose.override.yml-all
├── docker-compose.override.yml-mailhog
├── docker-compose.override.yml-rabbitmq
└── README.md
0 directories, 4 files
.. seealso:: :ref:`custom_container_enable_all_additional_container`