--- networks: default: name: "eos" services: eos: image: "akkudoktor/eos:${EOS_VERSION}" read_only: true build: context: . dockerfile: "Dockerfile" args: PYTHON_VERSION: "${PYTHON_VERSION}" environment: - EOS_CONFIG_DIR=config - latitude=52.2 - longitude=13.4 - elecprice_provider=ElecPriceAkkudoktor - elecprice_charges_kwh=0.21 - server_fasthtml_host=none ports: - "${EOS_PORT}:${EOS_PORT}"