version: '3'

services: 
  cassandra:
    image: "cassandra"
    ports:
      - "9042:9042"
    volumes:
      - "./schemas:/schemas"