Skip to content

Commit

Permalink
Bumped EventStoreDB version to 24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 5, 2024
1 parent 33796a3 commit 8cddbcb
Show file tree
Hide file tree
Showing 18 changed files with 1,163 additions and 616 deletions.
7 changes: 3 additions & 4 deletions samples/closingTheBooks/docker-compose.esdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ services:
# EventStoreDB
#######################################################
eventstoredb:
image: eventstore/eventstore:23.10.0-bookworm-slim
image: eventstore/eventstore:24.10.0-bookworm-slim
# use this image if you're running ARM-based proc like Apple M1
# image: eventstore/eventstore:23.10.0-alpha-arm64v8
# image: eventstore/eventstore:24.10.0-alpha-arm64v8
environment:
- EVENTSTORE_CLUSTER_SIZE=1
- EVENTSTORE_RUN_PROJECTIONS=All
- EVENTSTORE_START_STANDARD_PROJECTIONS=true
- EVENTSTORE_EXT_TCP_PORT=1113
- EVENTSTORE_HTTP_PORT=2113
- EVENTSTORE_NODE_PORT=2113
- EVENTSTORE_INSECURE=true
- EVENTSTORE_ENABLE_EXTERNAL_TCP=true
- EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP=true
Expand Down
Loading

0 comments on commit 8cddbcb

Please sign in to comment.