wip oss fleetbase

This commit is contained in:
Ronald A. Richardson
2023-03-08 18:04:38 +08:00
commit f70bad4af1
136 changed files with 37890 additions and 0 deletions

4
docker/README.md Normal file
View File

@@ -0,0 +1,4 @@
### Docker setup
To populate the database in docker put any `.sql` or `.sql.gz` file(s) into `docker/database` folder.
Then run `docker-compose up`.