services: solaredge2mqtt: container_name: solaredge2mqtt image: ghcr.io/deroetzi/solaredge2mqtt:latest volumes: - ./config:/app/config environment: - TZ=Europe/Berlin restart: unless-stopped # Configuration is now managed via YAML files in ./config/ # See config/configuration.yml.example and config/secrets.yml.example # # For migration from environment variables or .env files: # The service will automatically create YAML files on first run if they don't exist # # Permissions are automatically handled by the container at startup # For more information, see DOCKER.md