説明なし

admin f4551d35e5 initial 2 年 前
data f4551d35e5 initial 2 年 前
.env.template f4551d35e5 initial 2 年 前
.gitignore f4551d35e5 initial 2 年 前
README.md f4551d35e5 initial 2 年 前
docker-compose.yml f4551d35e5 initial 2 年 前

README.md

sqldump

Dumps all DBs to ./data and then sleeps for the next 24h.

Setup

  1. Set variables DB name and DB root password in .env echo -e \ 'DB_HOST=db'\ '\n'\ 'MYSQL_ROOT_PASSWORD=PutYourPasswordHere'\ > .env