diff --git a/README.md b/README.md index c9e14853056b43d55d40a7a71e6ac9985b62b594..e9fac185e0d6df734f16a6e08e4da274e22244fe 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,16 @@ Infrastructure: - Minio object storage - SQLite for testing before deploying +## Usage +### Docker +Firstly, run Docker daemon. + +Navigate into the project root directory `pb138-film-database-group-project`. + +Then in the root directory run `docker-compose up -d` to build, (re)create, start, and attach to containers for a service (optional flag `-d` runs containers in the background). + +When you are finished, run `docker-compose down` to stop and remove containers, networks and images created by `up`. + ## TODO More TBA as features are implemented.