Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Mar 12, 2019
1 parent ea75aee commit 42828f5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Binary file added docs/source/_static/portainer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/services-dashboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/uptime-board.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/source/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Applications needs to be tagged with docker labels, example:
org.docker.services.dashboard.icon: 'pe-7s-browser'
org.docker.services.dashboard.only_for_admin: false
.. image:: _static/services-dashboard.png

Sending e-mails
---------------

Expand All @@ -80,3 +82,28 @@ You can use any external SMTP, your own, a gmail account, or other.
If you make values empty, then the service will send mails directly.

Docker administration panel
---------------------------

We suggest to optionally use *Portainer* in case a need for web access to the environment.
*Portainer* is very lightweight and has support for almost all important features.

.. image:: _static/portainer.png

Uptime Board
------------

Dashboard with health check status. The status is fetched from an external service provider.

**Configuration in .env file:**

.. code:: yaml
MONITORING_PROVIDERS=UptimeRobot://some-token;UptimeRobot://some-other-token
.. image:: _static/uptime-board.png

Integration with Ansible
------------------------

See: :ref:`ansible`

0 comments on commit 42828f5

Please sign in to comment.