services: << service_name >>: image: public.ecr.aws/zinclabs/openobserve:latest container_name: << service_name >> ports: - "<< port >>:5080" environment: - ZO_DATA_DIR=/data - ZO_LOCAL_MODE=true - ZO_LOCAL_MODE_STORAGE=disk - ZO_ROOT_USER_EMAIL=<< root_email >> - ZO_ROOT_USER_PASSWORD=<< root_password >> volumes: - << appdata_dir >>/<< service_name >>:/data restart: unless-stopped