Skip to content

maileryio/mailery-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailery PHP Docker Image


Stable Build Status Development pipeline status

This is the repo of the official Mailery image on DockerHub for PHP.

About

These Docker images are built on top of the official PHP Docker image, they contain additional PHP extensions required to run Mailery, but no code of the itself. The Dockerfile(s) of this repository are designed to build from different PHP-versions by using build arguments.

Features

  • built from official Docker images
  • all self tests pass
  • includes Xdebug (not loaded by default)
  • ready for handling client-side packages
  • bash auto-completion

Available versions for maileryio/mailery-docker

7.4-fpm

Inlcudes npm.

Setup

cp .env-dist .env

Adjust the versions in .env if you want to build a specific version.

Note: Please make sure to use a matching combination of DOCKERFILE_FLAVOUR and PHP_BASE_IMAGE_VERSION

Configuration

  • PHP_ENABLE_XDEBUG whether to load an enable Xdebug, defaults to 0 (false)
  • PHP_USER_ID (Debian only) user ID, when running commands as webserver (www-data), see also #15

Building

docker-compose build

Xdebug

To enable Xdebug, set PHP_ENABLE_XDEBUG=1 in .env file

Xdebug is configured to call ip xdebug.remote_host on 9005 port (not use standard port to avoid conflicts), so you have to configure your IDE to receive connections from that ip.

If you are using macOS, you can fill xdebug.remote_host with host.docker.internal, due to a network limitation on mac (https://docs.docker.com/docker-for-mac/networking/#port-mapping)

### (macOS) configuration
xdebug.remote_host=host.docker.internal

License

This project is released under the terms of the BSD-3-Clause license. Read more here.

Copyright © 2020, Mailery (https://mailery.io)

About

Docker image for Mailery Platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages