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.
- Host: GitHub
- URL: https://github.com/marteinn/giraffe-docker-boilerplate
- Owner: marteinn
- Created: 2019-04-07T16:42:56.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-07T18:58:55.000Z (about 7 years ago)
- Last Synced: 2025-01-22T14:25:10.270Z (over 1 year ago)
- Topics: docker, fsharp, giraffe
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).