Docker Stack Docker Stack
  • Images 3
  • Stacks 4
Tired of writing your own Docker Compose files?
docker-stack.com has many premade Docker Compose files, ready to download and use in your projects.

Stacks

sample 1
Persistent MongoDB + Express Docker Stack
2

Simple MongoDB instance with public facing port and a MongoDB Express Management interface.

sample 1
Persistent EventStoreDB Docker Stack
1

Simple EventStoreDB instance with public facing port and persistent storage.

sample 1
Persistent MinIO Docker Stack
1

Simple MinIO instance with public facing port and persistent storage.

sample 1
Persistent MongoDB Docker Stack
1

Simple MongoDB instance with public facing port and persistent storage.

Images

sample 1
eventstore
latest

EventStoreDB is a database that is designed to store data as a series of events. It supports features like persistent subscriptions, catch up subscriptions and projections, just to name a few. It can be used to implement patterns like event sourcing.

sample 1
minio
latest

Minio is an S3 compatible object store. It is designed to store blob data. It has features like data retention policies, storage tiering, encryption and compression, just to name a few.

sample 1
mongo
6

MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata. MongoDB is developed by MongoDB Inc., and is published under a combination of the Server Side Public License and the Apache License.