HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/open-webui/docker-compose.yaml
services:
  #  ollama:
  #  volumes:
  #    - ollama:/root/.ollama
  #  container_name: ollama
  #  pull_policy: always
  #  tty: true
  #  restart: unless-stopped
  #  image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest}

  open-webui:
    build:
      context: .
      args:
        OLLAMA_BASE_URL: 'http://plano.panomity.com:11434'
      dockerfile: Dockerfile
    image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
    container_name: open-webui
    volumes:
      - open-webui:/app/backend/data
    depends_on:
      - ollama
    ports:
      - 3090:8080
    environment:
      - 'CUSTOM_NAME=Panomity KI Chat'
      - 'WEBUI_NAME=Panomity KI Chat'
      - 'WEBUI_VERSION=v1.0.0-rc.1'
      - 'DEFAULT_MODELS=mixtral:latest'
      - 'IMAGE_GENERATION_ENABLED=True'
      - 'OLLAMA_API_BASE_URL=http://plano.panomity.com:11434'
      - 'OLLAMA_BASE_URL=http://plano.panomity.com:11434'
      - 'USER_PERMISSIONS_CHAT_DELETION=true'
      - 'OPENAI_API_KEY='
      - 'WHISPER_MODEL_AUTO_UPDATE=True'
      - 'AUTOMATIC1111_BASE_URL=http://plano.panomity.com:7878'
      - 'SCARF_NO_ANALYTICS=true'
      - 'DO_NOT_TRACK=true'
      - 'WEBUI_SECRET_KEY='      
    extra_hosts:
      - host.docker.internal:host-gateway
    restart: unless-stopped
    network_mode: host
volumes:
  #ollama: {}
  open-webui: {}