Skip to content

broelstaerk/compose-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose collection

Collection of useful (and working) docker compose files.

Currently targeting docker compose v.3.9

There are multiple ways to deploy from a compose file. Examples are provided running Docker in non-swarm mode. Feel free to use any method you see fit. To deploy from a compose file, use this syntax from the command line.

docker compose -f your-compose-file.yaml up -d

To shut things down, use

docker compose -f your-compose-file.yaml down

Accepting PR's :)

Repo state

Done

  • Elasticsearch single node in memory
  • Elasticsearch single node with disk persistence
  • Kibana stand alone
  • Kibana and elasticsearch in same compose file
  • Redis single node in memory
  • Redis single node with disk persistence
  • MSSQL standard
  • MSSQL express
  • Kafka stack
  • PostgresSQL + pgadmin in memory
  • PostgresSQL + pgadmin with disk persistence
  • Nats single node in-memory
  • Nats single node with disk persistence
  • OpenVpn server

Todo

  • MSSQL with predefined database
  • Eventstore
  • RabbitMQ
  • FluentD

About

Collection of useful (and working) docker compose files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors