This repo will be overwritten with push --force everytime
It is just an EXAMPLE of configuration.
Don't use for production as is. Configure it for you needs!
Use your brain!
This setup is configured for the project with name awesome.
You MUST rename it.
Files for renaming:
- ./docker/Caddyfile
- ./docker/nginx.conf
- docker-compose.yml
- Makefile
- docker-compose
- make
First of all copy .env.example into .env and set HOST variable as minimum
Use the one and only one web server in docker-compose.yml: awesome-nginx or awesome-caddy
Just run make for list of available commands
build # build PHP image
bash # run bash shell in PHP container
install # install requirements without dev section
install-dev # install requirements
run # alias for docker-compose up
up # alias for docker-compose -d up
restart # alias for docker-compose restart
down # alias for docker-compose down
This is open-sourced project licensed under the rustricted.dev
Made with ❤️ in Ukraine