services: openwebui: image: ghcr.io/open-webui/open-webui:main container_name: openwebui restart: unless-stopped ports: - "3000:8080" environment: - OLLAMA_API_BASE=http://pdocker4.maison:11434 - WEBUI_URL=https://ia.sda.zone # - CORS_ALLOW_ORIGIN=https://ia.sda.zone;http://ia.maison;http://pdocker4.maison:3000 - WEBUI_SESSION_COOKIE_SECURE=true - WEBUI_AUTH_COOKIE_SECURE=true - GLOBAL_LOG_LEVEL=INFO - CPTR_LOG_LEVEL=DEBUG - CPTR_LOG_UPSTREAM_REQUESTS=true - OPENWEBUI_DEBUG=true volumes: - openwebui_data:/app/backend/data volumes: openwebui_data: