egwada / docker-cartodb-nginx

nginx container configured to serve cartodb based on sverhoeven/cartodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-cartodb-nginx

nginx container configured with cartodb.nginx.proxy.conf which is based on config file from sverhoeven/docker-cartodb with few modifications.

Note: You have to link your cartodb container as cartodb.localhost

Example

Using docker client

docker run --link cartodb1:cartodb.localhost -d spawnthink/cartodb-nginx

or

Using docker-compose

git clone https://github.com/spawnthink/docker-cartodb-nginx.git
cd docker-cartodb-nginx
docker-compose up

About

nginx container configured to serve cartodb based on sverhoeven/cartodb