Docker image ready for PAAS
- First launch it in INSTALL_MODE no need to specify the ENV of the DB.
- Go to Livezilla URL and follow the steps for configuring it.
- Destroy the container
- Launch another one with the INSTALL_MODE at false with all the environement variables
- All set !
- Forcing https is built-in via http_x_forwarded_proto.
- Possibility to specify the version in the dockerfile
- 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)
Feel free to contribute or to tell me if you see something to add / fix