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.
- Host: GitHub
- URL: https://github.com/modelizer/shenron
- Owner: Modelizer
- License: mit
- Created: 2018-09-02T07:34:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T06:00:20.000Z (over 7 years ago)
- Last Synced: 2025-02-03T06:37:57.087Z (12 months ago)
- Topics: caddy, docker, mysql, php7, wordpress-cli
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`