services: app: build: . container_name: fuel_scraper_app_service ports: - "9553:9553" volumes: - .:/app extra_hosts: - "host.docker.internal:host-gateway"