Docker image for Webloyer.
- Web server with nginx
- Application server for the Webloyer web UI with PHP 7.2 and PHP-FPM
- Job scheduler server for the Webloyer scheduled job with PHP 7.2
- Queue worker server for the Webloyer queued job with PHP 7.2
- Database server with MySQL 5.7
- Docker
- Docker Compose
- Download the source code by using the Git
clone
command:git clone https://github.com/ngmy/webloyer-docker.git
- Copy the
.env.example
file to a.env
file by running the following command:cp .env.example .env
- Open the
.env
file and set environment variables. - Start Webloyer Docker with the Docker Compose
up
command:docker-compose up -d
- Go to http://localhost and login with the e-mail address
[email protected]
and the passwordadmin
.
Webloyer Docker is open-sourced software licensed under the MIT license.