A open source theatre ticket system
You are able to use the docker image from https://hub.docker.com/r/smarttickets/smarttickets/:
docker pull smarttickets/smarttickets
If you want to use docker-compose:
docker-compose up -d
For development purpose you can use the build docker-compose-file:
docker-compose -f docker-compose-build.yml up -d
For a detailed description of the models, please read the documentation in 'MODELS.md':
https://github.com/use-to/smarttickets/blob/master/MODELS.md