EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

[Feature Request]: Publish Cron and Queue containers to DockerHub #339

Open dmohns opened 1 week ago

dmohns commented 1 week ago

Preflight Checklist

Problem Description

Currently, we are only publishing Docker images to DockerHub for frontend and backend. However, a fully hosted solution of MPM requires additional containers like cron and worker. See https://github.com/EnAccess/micropowermanager/blob/main/docker-compose.yml

Proposed Solution

Publish all containers required to run a full MPM to DockerHub. Please bear in mind that these containers are also required to run in Production mode.

Alternatives Considered

N/A

Additional Information

No response