Repository for pATLAS docker-compose recipe! This compose currently supports pATLAS version 1.6.0.
- Clone the repository
- Enter the patlas-compose folder
- Type
docker-compose up
- Wait for the line
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
to show up, meaning that the service is now running. - Access on
127.0.0.1:5000
- Enjoy!
- Enter the patlas-compose folder
- Type
docker-compose down