services: hub-web-api: build: context: ./ dockerfile: ./Dockerfile.remote image: hub-web-api:latest container_name: hub-web-api restart: always network_mode: "host" volumes: - ./config/config.remote.yaml:/app/config:ro