Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 653 Bytes

docker.md

File metadata and controls

30 lines (19 loc) · 653 Bytes

Docker

1. Run Parsr

In the root of the repository, launch:

docker-compose up

This will start 2 containers :

Note: a docker volume will be created at first launch so that the data will be kept at containers restart.

2. Build Parsr

If you want to build parsr by yourself, at the root of the project, launch:

docker-compose -f docker-compose-build.yml build

This will build Parsr, along with its dependencies.