Add thelounge configuration

This commit is contained in:
Samuel Ortion 2022-06-28 08:22:20 +02:00
parent 88e14c6188
commit 1d402cd3dc
3 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,5 @@
MYSQL_ROOT_PASSWORD=secret
MYSQL_PASSWORD=secret
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
MYSQL_USER=nextcloud
REDIS_PASSWORD=secret

View File

@ -1,3 +1,3 @@
./data/
./data
!./data/.gitkeep

View File

@ -1,2 +1,3 @@
#!/bin/sh
mkdir -p ./data/{app,db}
cp .env.example .env