joelansbro / pipeline

API Pipeline DB middleware
2 stars 0 forks source link

Create base dockerfile just with API inside #36

Closed jagithub2 closed 1 year ago

jagithub2 commented 1 year ago

Currently created a dockerfile which hosts just the API.

Attempting to hold all of this just inside one container, though I suspect that rabbitMQ may pose a challenge to get celery working. Currently the issue is that it won't connect to localhost:5672 which I'll need to configure, there is likely a way around this I just need to find it.