GitXplorerGitXplorer
n

webloyer-docker

public
5 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
776a5df1c9d234363d45f989a727b37b3159ffe5

Merge pull request #5 from spyridonas/patch-1

nngmy committed 4 years ago
Verified
d151c8888ec8af178e61f9d8221472a734bcc4e0

prestissimo is no longer required with composer2

sspyridonas committed 4 years ago
Verified
cb246191daa8f7372131478dbbf691737a61503f

Merge pull request #4 from ngmy/feature/update-env-example

nngmy committed 5 years ago
Unverified
1cca89df93bc590de1ad5bed816739574b339d84

Update .env.example

nngmy committed 5 years ago
Verified
26cb8ef00183211390b321ba3c408bfed5debb7c

Merge pull request #3 from ngmy/feature/fix_startup_process

nngmy committed 5 years ago
Unverified
1d73d6bbc4d30da02099a01e594658ca737c3b9c

Wait for the database to be up

nngmy committed 5 years ago

README

The README file for this repository.

Webloyer Docker

Docker image for 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 admin@example.com and the password admin.

License

Webloyer Docker is open-sourced software licensed under the MIT license.