services:
  snek:
    build: .
    ports:
      - "8081:8081"
    volumes:
      - ./:/code
    develop:
      watch:
        - action: sync
          path: .
          target: /code