version: '2.1'
services:
  rat:
    container_name: rat
    image: rat
    build: .
    network_mode: host
    volumes:
      - "./src:/app/src"
      - "./temp:/app/temp"
      - "./recordings:/app/recordings"
    environment:
      CLIENT_URL: "http://192.168.0.119:5000"
      HARPYIA_URL: "http://localhost:8080"