The Freifunk-Ruhr Boilerplate for our Open-Source projects.
- Docker
- Docker-Compose
- Modify the Caddyfile with your informations
- Pull or build the image.
- Run it with
$ docker run --restart=unless-stopped -P <image>
- Start the container
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
- Start the cypress tests
$ docker-compose -f docker-compose.test.yml run test
- Clean up
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.test.yml down
- Build the image
$ docker-compose -f docker-compose.yml build
- Push the image
$ docker-compose -f docker-compose.yml push
https://github.com/freifunk-ruhr/boilerplate/blob/master/LICENSE
https://blog.freifunk.net/2015/05/15/memorandum-understanding/