No Description

admin f4551d35e5 initial 1 year ago
data f4551d35e5 initial 1 year ago
.env.template f4551d35e5 initial 1 year ago
.gitignore f4551d35e5 initial 1 year ago
README.md f4551d35e5 initial 1 year ago
docker-compose.yml f4551d35e5 initial 1 year ago

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