Docker container and TerraForm module for Webtiles

Docker Made a Docker container for DCSS here: https://github.com/frozenfoxx/docker-crawl . The big one is the webtiles build, it's a self-contained webtiles server. Per the documentation to run it you just run: docker run \ -d \ --rm \ -v /data/:/data \ -p 8080:8080 \ --name=crawl_webtiles \ frozen...