An open API service indexing awesome lists of open source software.

https://github.com/marteinn/giraffe-docker-boilerplate

This is a docker based Giraffe boilerplate that uses the giraffe-template to give you a fresh project to get started with.
https://github.com/marteinn/giraffe-docker-boilerplate

docker fsharp giraffe

Last synced: about 2 months ago
JSON representation

This is a docker based Giraffe boilerplate that uses the giraffe-template to give you a fresh project to get started with.

Awesome Lists containing this project

README

          

# Giraffe-Docker-Boilerplate

This is a docker based [Giraffe](https://github.com/giraffe-fsharp/Giraffe) boilerplate that uses the giraffe-template to give you a fresh project to get started with.

## Clean install

1. Copy configuration

```
cp docker/config/web.example.env docker/config/web.env
```

2. Open `docker/config/web.env` and change `SCAFFOLD_APP_NAME=` to the otp name you want for your app
3. Run: docker-compose up
4. Done. Visit [localhost:5000](http://localhost:5000)

## License

Giraffe-Docker-Boilerplate is released under the [MIT License](http://www.opensource.org/licenses/MIT).