Closed toolness closed 8 years ago
Sorry this does so many things in one PR... Ideally I would've put them in separate ones, but since they all built on each other, it seemed most expedient to just do it as one.
Oh, I should also note that there are lots of warnings logged when I start the server--most of them appear to be because we're using APIs that have been deprecated in the latest versions of the libraries we're using, which we're retrieving because most of the lines in our requirements.txt
use >=
. I'd like to address that in a separate PR though, since this one is already rather big as-is!
Thank you so much for this great PR, @toolness !
This makes it easier to develop autoapi with docker-compose, and also fixes a few things:
COPY
instead ofADD
.docker-compose.yml
to make it easier to develop (not just deploy) the site viadocker-compose up
.To do:
data_sources
directory. This took me a little while to figure out.docker-compose.yml
or something like python-dotenv.