Sha256: 44c135f0181291d8c06b8954653f9679ca1fc5a4d9ab45e16c2b974471cbc865
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
version: '3' services: db: image: eventstore/eventstore volumes: - ./tmp/db:/var/lib/postgresql/data environment: EVENTSTORE_RUN_PROJECTIONS: All EVENTSTORE_START_STANDARD_PROJECTIONS: All ports: - "2113:2113" driver: build: context: . dockerfile: Dockerfile environment: NO_PROXY: db no_proxy: db stdin_open: true tty: true volumes: - .:/code depends_on: - db
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sandthorn_driver_event_store-0.1.0 | docker-compose.yml |