Skip to content

docker compose 启动 openobserve

48 字小于 1 分钟

2024-12-01

services:
  openobserve:
    image: public.ecr.aws/zinclabs/openobserve:latest
    restart: unless-stopped
    environment:
      ZO_ROOT_USER_EMAIL: "[email protected]"
      ZO_ROOT_USER_PASSWORD: "adminroot"
      ZO_REPORT_USER_NAME: "admin"
      ZO_REPORT_USER_PASSWORD: "admin"
      ZO_REPORT_SERVER_URL: "https://openobserve.com/api"
      ZO_CHROME_ENABLED: "true"
      ZO_CHROME_AUTO_DOWNLOAD: "true"

    ports:
      - "8888:5080"
    volumes:
      - /home/debian/www/data/openobserve-data:/data