boilerplate-nestjs-api-crud/data
2023-04-17 11:02:02 +08:00
..
mysql Initial commit 2023-04-17 10:20:39 +08:00
.gitignore Initial commit 2023-04-17 10:20:39 +08:00
.gitkeep add gitkeep for data folder 2023-04-17 11:02:02 +08:00
README.md update readme 2023-04-17 10:25:11 +08:00

Directory: /data

This is the directory to keep the persistence data, expecially for docker containers.

This directory should be ignored in git.

/data/mysql

See: docker-compose.db.yml

The docker-compose mounts the mysql data folder and save the mysql data in this directory.