├── .gitignore ├── LICENSE ├── README.md ├── nginx.yaml ├── quake.yaml └── react-app.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | *.codiusstate.json 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codius/examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codius/examples/HEAD/README.md -------------------------------------------------------------------------------- /nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codius/examples/HEAD/nginx.yaml -------------------------------------------------------------------------------- /quake.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codius/examples/HEAD/quake.yaml -------------------------------------------------------------------------------- /react-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codius/examples/HEAD/react-app.yaml --------------------------------------------------------------------------------