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

https://github.com/modelizer/shenron

A minimal version of hosting dockerize containers for PHP based projects.
https://github.com/modelizer/shenron

caddy docker mysql php7 wordpress-cli

Last synced: 10 months ago
JSON representation

A minimal version of hosting dockerize containers for PHP based projects.

Awesome Lists containing this project

README

          

# Shenron

### A minimal version of hosting dockerize containers for PHP based projects.

#### Based on caddy and php-fpm container.

1. Clone the repository
2. copy .env-example as .env file
3. run `docker-compose up -d`
4. Add a new config in `docker/caddy/sites` folder to host a new project. Then rebuild docker caddy docker container by `docker-compose up --build caddy`