A quick and easy method for creating a production ready FleetDM environment using only Docker Compose.
- MySQL
- Redis
- Fleet
All services configured using the default.env
file included in the folder for that service.
Bare bones version of fleet with filesystem logging options.
All data is stored on the host machine in the folder for the service it is associate with. Data will persist after restart as long as the local folder is not deleted. Can be changed in docker-compose.yml
- Clone this repository
- Move to desired location
- From root of repo, run "docker compose up"
- Add TLS