version: "3.8" services: ambientweather: env_file: - .env ports: - "${PORT}:${PORT}" image: ghcr.io/neilenns/ambientweather2mqtt:latest restart: always