First let's create a new directory called composertest
and cd into it:
$ mkdir composertest
$ cd composertest
Then add all the files contained in this gist and run:
$ docker-compose up
The command above will build the web image, pull redis and start a new container with the recently builded
web image with anaconda running on it and serving on port 19360
what image should I use? because the example in the .yaml does not work when running docker-compose up