Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngmy/webloyer-docker
Docker image for Webloyer
https://github.com/ngmy/webloyer-docker
deployer deployment docker laravel php tool webloyer webui
Last synced: about 2 months ago
JSON representation
Docker image for Webloyer
- Host: GitHub
- URL: https://github.com/ngmy/webloyer-docker
- Owner: ngmy
- License: mit
- Created: 2020-03-16T12:15:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T15:30:30.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T18:04:08.620Z (6 months ago)
- Topics: deployer, deployment, docker, laravel, php, tool, webloyer, webui
- Language: Shell
- Size: 35.2 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webloyer Docker
Docker image for [Webloyer](https://github.com/ngmy/webloyer).
## Included Containers
* 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## Requirements
* Docker
* Docker Compose## Installation
1. Download the source code by using the Git `clone` command:
```
git clone https://github.com/ngmy/webloyer-docker.git
```
2. Copy the `.env.example` file to a `.env` file by running the following command:
```
cp .env.example .env
```
3. Open the `.env` file and set environment variables.
4. Start Webloyer Docker with the Docker Compose `up` command:
```
docker-compose up -d
```
5. Go to http://localhost and login with the e-mail address `[email protected]` and the password `admin`.## License
Webloyer Docker is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).