EventStoreDB logo

EventStoreDB latest Docker Image Specifications

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.

Stacks using this Image

Ports

EventStoreDB API

1113

Eventstore api for clients.

EventStoreDB Admin UI

2113

A web interface for managing the eventstore deployment.

Volumes

Data

/var/lib/eventstore

This volume contains all the eventstore data.

Logs

/var/log/eventstore

This volume contains all the eventstore logs.

Variables

EVENTSTORE_INSECURE

false

Disables the https certificate validation if true.

EVENTSTORE_EXT_TCP_PORT

1113

Set's the container client api port.

EVENTSTORE_HTTP_PORT

2113

Set's the container http admin ui port.

EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP