Skip to content

thenativeweb/temp--techlounge

Repository files navigation

tech:lounge Masterclass

Run EventSourcingDB:

docker run \
  -it \
  --init \
  -p 3000:3000 \
  thenativeweb/eventsourcingdb:1.0.1 \
  run \
  --api-token secret \
  --data-directory-temporary \
  --http-enabled \
  --https-enabled=false \
  --with-ui

Environment variables to be used:

  • PORT (default 4000)
  • ESDB_URL (default http://localhost:3000)
  • ESDB_API_TOKEN (default secret)

Build the Docker image:

make build-docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published