services: open-brain: build: . container_name: open-brain restart: unless-stopped ports: - "3100:3100" env_file: .env extra_hosts: - "host.docker.internal:host-gateway"