# Setup local test environment
services:
  lambda-elasticsearch-monitor:
    build: .
    ports:
      - "9000:8080"
    env_file:
      - .env

