mhemrg / mattermost-docker

Dockerfile for mattermost in production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Mattermost to Liara

Create a new project and make sure to set the following environment variable:

MM_SQLSETTINGS_DATASOURCE=postgres://mmuser:mmuser_password@db:5432/postgres?sslmode=disable&connect_timeout=10

Then, run the deploy command:

liara deploy

About

Dockerfile for mattermost in production

License:Apache License 2.0


Languages

Language:Shell 68.9%Language:Dockerfile 31.1%