Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1 KB

Readme.md

File metadata and controls

31 lines (20 loc) · 1 KB

Pocker

Docker configuration documentation

This repository contains a full development environment to be used to create/run a PHP (>= 7.0) project.

Most of the aspects of the configuration can be tuned via a .env file to be created in the setup phase.

Contents

This configuration comprehends:

  • Docker-Sync support (MacOS only)

  • 2 web servers (apache and nginx)

  • 2 DBMSs (mysql, postgresql)

  • redis for cache management

  • Minio as storage layer (exposes a set of APIs compatible with Amazon S3)

  • A workspace container: this is an extended php image with everything required to build and run a project, with cron jobs and Supervisor support

Table of contents

Sections
Usage prerequisites
Setup
Extras
Notes