An open API service indexing awesome lists of open source software.

https://github.com/carneirofc/mailpy-appliance

Central mailpy repository
https://github.com/carneirofc/mailpy-appliance

docker epics mongodb

Last synced: about 1 month ago
JSON representation

Central mailpy repository

Awesome Lists containing this project

README

        

Mailpy - EPICS PV Monitoring Systems
====================================

Central repository

Deploy
------
```command
UID=$UID GID=$GID docker-compose up --force-recreate
```

Secrets
-------
Creating secrets:

```bash
echo "..........." | docker secret create ALERT_MAIL_LOGIN -
echo "..........." | docker secret create ALERT_MAIL_PASSWORD -
```