/growbox_panel

Primary LanguagePythonApache License 2.0Apache-2.0

Growbox panel

Prepare

Add config/db.py file with the following content

USER = 'username'
PASSWORD = 'password'
DATABASE = 'growbox'
HOST = 'mysqlhost'
PORT = 'masqlport'

Running

sudo docker build --tag panel ./
sudo docker run panel

Example

Panel example