alatas / livezilla-docker

Docker image of livezilla (chat support)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livezilla Docker image

Docker image ready for PAAS

Instructions

  1. First launch it in INSTALL_MODE no need to specify the ENV of the DB.
  2. Go to Livezilla URL and follow the steps for configuring it.
  3. Destroy the container
  4. Launch another one with the INSTALL_MODE at false with all the environement variables
  5. All set !

Features

  • Forcing https is built-in via http_x_forwarded_proto.
  • Possibility to specify the version in the dockerfile

Environment variables availables :

  • LIVEZILLA_ID (Random number)
  • LIVEZILLA_PR_CR (Random String)
  • DB_HOST
  • DB_USERNAME
  • DB_PASSWORD
  • DB_DATABASE
  • DB_PREFIX
  • DB_ENGINE (MyISAM / InnoDB)
  • INSTALL_MODE (true / false)

Contribute

Feel free to contribute or to tell me if you see something to add / fix

About

Docker image of livezilla (chat support)


Languages

Language:Dockerfile 61.9%Language:Shell 25.7%Language:PHP 12.4%