├── Dockerfile ├── LICENSE ├── README.md ├── nginx-proxy.conf └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/instructure/dynamo-local-admin-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/instructure/dynamo-local-admin-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/instructure/dynamo-local-admin-docker/HEAD/README.md -------------------------------------------------------------------------------- /nginx-proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/instructure/dynamo-local-admin-docker/HEAD/nginx-proxy.conf -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/instructure/dynamo-local-admin-docker/HEAD/supervisord.conf --------------------------------------------------------------------------------