statusengine / worker

PHP worker process that writes all event data to a storage backend
https://statusengine.org/worker/#overview
GNU General Public License v3.0
9 stars 8 forks source link

[Docker] Create Dockerfile / Docker Compose #13

Closed nook24 closed 6 years ago

nook24 commented 6 years ago

Would be great to have a Docker container for Statusengine Worker. This would help new developers to join more easily, speed up testing and deployment.

Statusengine Worker dependencies:

Full installation documentation is available on the project page: https://statusengine.org/worker/#installation

You can find an example config.yml for MySQL here: https://statusengine.org/hacktoberfest/worker/config.yml

nook24 commented 6 years ago

Many thanks @TheCodeNinja for your contribution.

Woud be cool if the Docker containers would also pull the required dependencies like https://github.com/statusengine/interface/pull/19

I will take a close look at your PR in the evening :)