Open dmohns opened 1 week ago
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
cron
worker
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.
N/A
No response
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
andworker
. See https://github.com/EnAccess/micropowermanager/blob/main/docker-compose.ymlProposed 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