Well let me rephrase, derrick wants it soon, Kelly wants it done cob
anyway so if I fix flask and find a way to fix thredds
the subdomain reverse proxy should work through nginx
just replace localhost with the subdomain
right?
Kyle Wilcox
@kwilcox
yeah
Luke Campbell
@lukecampbell
"theoretically"
ok, god I hope this works
Luke Campbell
@lukecampbell
by the way, docker is awesome
ansible+docker = win
Dave Foster
@daf
how are you using the two together
Luke Campbell
@lukecampbell
ansible sets up docker
pretty much
OOI uses it the most actually
spin up a host on aws, use ansible to install dependencies and docker
deploy docker images on host
then use ansible to set up nginx
and iptables
Dave Foster
@daf
nice
i had tried using ansible inside of a docker image to set up the image itself, but it was so opaque and didn't take advantage of docker's caching at all