https://github.com/mattiabasone/swingx
Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen
https://github.com/mattiabasone/swingx
docker docker-image laravel lumen nginx php swoole
Last synced: 3 months ago
JSON representation
Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen
- Host: GitHub
- URL: https://github.com/mattiabasone/swingx
- Owner: mattiabasone
- Created: 2020-01-22T21:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T14:14:04.000Z (about 3 years ago)
- Last Synced: 2025-02-09T17:37:14.110Z (over 1 year ago)
- Topics: docker, docker-image, laravel, lumen, nginx, php, swoole
- Language: Roff
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swingx
Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen
## Image information
This image uses official PHP cli Linux Alpine image (php:X.X-cli-alpine) as base with some additional packages and
PHP extensions.
Default user is "app" with UID 1000 and the application path must be mounted on `/app` directory.
## Project Set-Up
TBD