mozilla / ensemble-transposer

A Node task which reformats and adds metadata to raw data :musical_score: :pen:
https://ensemble-transposer.herokuapp.com/
Mozilla Public License 2.0
11 stars 7 forks source link

Run Docker on Heroku for now #75

Closed openjck closed 6 years ago

openjck commented 6 years ago

We have #67 open to move ensemble-transposer to DataOps management, but they may not have much bandwidth over the next few weeks. We should get ensemble-transposer running on Docker in the meantime just in case we need to launch on Heroku.

This will need to happen on both on the app that serves fake data and the app that serves real data.

openjck commented 6 years ago

This may be a little tricky as Heroku apparently ignores docker-compose.yml files.

https://stackoverflow.com/a/47933123/4297741

openjck commented 6 years ago

But not impossible.