Git Product home page Git Product logo

docker-postfixadmin's Introduction

PostfixAdmin Docker image

Production ready Docker container for PostfixAdmin with MySQL usage.

This is a fork from konstantinj/docker-postfixadmin with a tiny security addition.

Features - why using this image instead of several others?

  • Uses alpine base image
  • This image is as small as possible - uses PHP built-in webserver
  • Uses linked MySQL DB
  • Waits for MySQL container to be ready before initializing postfixadmin DB
  • It's possible to completely change postfixadmin's configuration
  • Installs latest stable postfixadmin release

Usage

sudo docker run \
  -p 80:80 \
  -v ./folder-with-php-config-files:/config \
  -e MYSQL_HOST=db \
  -e MYSQL_USER=postfix \
  -e MYSQL_PASSWORD=password \
  -e MYSQL_DATABASE=postfix \
  -e [email protected] - username is actually an email address to login to postfixadmin - THE admin account \
  -e ADMIN_PASSWORD=password - password for the admin account - must contain AT LEAST two digits \
  -e PA_DOMAIN_PATH=YES \ 
  konjak/postfixadmin

All provided env vars starting with PA_ will be converted to config values for postfixadmin.

It's also possible to mount a folder with php config files to /config. All *.php files in this folder will be executed after the base config.

Status

Production stable.

docker-postfixadmin's People

Contributors

drmurx avatar konstantinj avatar olafnorge avatar sgillespie avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.