Skip to content

Simple, one command minimal production deployment for Fleet

Notifications You must be signed in to change notification settings

apiening/fleet-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fleet Docker Deployment

A quick and easy method for creating a production ready FleetDM environment using only Docker Compose.

Services

  • MySQL
  • Redis
  • Fleet

Configuration Files

All services configured using the default.env file included in the folder for that service.

Fleet configuration details

Bare bones version of fleet with filesystem logging options.

Data persistence

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

Usage

  • Clone this repository
  • Move to desired location
  • From root of repo, run "docker compose up"

TODO

  • Add TLS

About

Simple, one command minimal production deployment for Fleet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%