This is a simple nginx server with an index.html saying hello and showing the number (and type) of services currently attached.
To build and run locally:
docker build -t derlin/hello-silicon-chalet .
docker run -v 8080:80 derlin/hello-silicon-chalet
You can now access the app at http://localhost:8080
Deploy it on divio easily:
- Fork this repository
- Create an account on divio
- Click "add application"
- Select "I already have a repository"
- Connect to Github and select your forked repository
- Choose a plan and "Create application"
Now, you can just hit "Deploy" on the live environment. If you want to add a service, go to the services tab.