services: hazm_api: image: hazm_api container_name: hazm_container ports: - "5110:5110" volumes: - models:/MODELS/ volumes: models: external: true