Newer
Older
EventSourcingSnapshots / docker-compose.yml
@Derek Comartin Derek Comartin on 26 Feb 2021 507 bytes Init
version: '3.7'

services:

  eventstore:
    container_name: esdb
    image: eventstore/eventstore:20.10.0-bionic
    ports:
      - '2113:2113'
      - '1113:1113'
    environment:
      - EVENTSTORE_CLUSTER_SIZE=1
      - EVENTSTORE_RUN_PROJECTIONS=All
      - EVENTSTORE_START_STANDARD_PROJECTIONS=true
      - EVENTSTORE_EXT_TCP_PORT=1113
      - EVENTSTORE_EXT_HTTP_PORT=2113
      - EVENTSTORE_INSECURE=true
      - EVENTSTORE_ENABLE_EXTERNAL_TCP=true
      - EVENTSTORE_ENABLE_ATOM_PUB_OVER_HTTP=true