The example set up in Docker-compose for FlatTrack is located in ../deployments/docker-compose.yml. This configuration is not considered production-ready, but for some may be a good enough option.
Deploy the docker-compose stack:
docker-compose up -d
Important notes
:
- the docker-compose deployment doesn't include SSL/TLS in the stack, so if you wish to deploy it you will need to add a reverse-proxy to handle SSL/TLS - this isn't something that FlatTrack implements.
- ensure that the credentials are updated
To configure FlatTrack, please refer to the configuration guide.