Skip to content
Snippets Groups Projects
Commit 8d401363 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

feat: updated README - Docker usage

parent cc5a0f32
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment