├── Cabot ├── Dockerfile ├── fixture.json ├── gunicorn.conf ├── nginx.conf └── run.sh ├── LICENSE.md ├── README.md ├── cabot_env └── docker-compose.yml /Cabot/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/Cabot/Dockerfile -------------------------------------------------------------------------------- /Cabot/fixture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/Cabot/fixture.json -------------------------------------------------------------------------------- /Cabot/gunicorn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/Cabot/gunicorn.conf -------------------------------------------------------------------------------- /Cabot/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/Cabot/nginx.conf -------------------------------------------------------------------------------- /Cabot/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/Cabot/run.sh -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/README.md -------------------------------------------------------------------------------- /cabot_env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/cabot_env -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoonoise/cabot-docker/HEAD/docker-compose.yml --------------------------------------------------------------------------------