Skip to content

Commit

Permalink
chore: added the Retail-module's ESDB to solution-wide docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshafer committed May 15, 2024
1 parent 4c3a0a6 commit 5ee5b4f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ services:
networks:
- esdb_network

esdb_retail:
image: eventstore/eventstore:24.2.0-jammy
# use this image if you're running ARM-based processor like an Apple M1
# image: eventstore/eventstore:24.2.0-alpha-arm64v8
container_name: ecomm_esdb_retail
ports:
- '2114:2114'
- '1114:1114'
environment:
EVENTSTORE_INSECURE: 'true'
EVENTSTORE_CLUSTER_SIZE: 1
EVENTSTORE_RUN_PROJECTIONS: all
EVENTSTORE_START_STANDARD_PROJECTIONS: 'true'
EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP: 'true'
networks:
- esdb_network

zipkin:
image: openzipkin/zipkin
container_name: ecomm_zipkin
Expand Down

0 comments on commit 5ee5b4f

Please sign in to comment.