services: api: build: ./api # Path to the API folder # ports: # - "40000:40000 network_mode: "host" restart: always environment: - FLASK_ENV=production