ImageMonkey / imagemonkey-core

ImageMonkey is an attempt to create a free, public open source image dataset.
https://imagemonkey.io
47 stars 10 forks source link

create docker-compose file #246

Closed bbernhard closed 4 years ago

bbernhard commented 5 years ago

Currently, there exists a Dockerfile for imagemonkey-core (which is used by travis-ci for integration testing), but unfortunately this Dockerfile contains all the services in one docker container (which makes it pretty inflexible). We should split the ImageMonkey services up and create individual docker containers for

If we structure the service (boundaries) properly, we should be able to use the dockerized approach also in production.