services: << service_name >>: image: ghcr.io/open-webui/open-webui:main container_name: << service_name >> ports: - "<< port >>:8080" environment: - TZ=<< timezone >> - OLLAMA_BASE_URL=<< ollama_url >> - WEBUI_SECRET_KEY=<< secret_key >> volumes: - << data_dir >>/<< service_name >>:/app/backend/data restart: unless-stopped