|
|
|
|
|
by _zfsy
524 days ago
|
|
Its definitely is an 'is pepsi ok' experience. Not as polished as Sentry. I set it up as an accessory with this config: openobserve:
proxy:
ssl: true
host: [url-redacted]
app_port: 5080
healthcheck:
path: /
interval: 1
timeout: 5
image: public.ecr.aws/zinclabs/openobserve:latest
host: 178.156.134.191
port: "5080:5080"
env:
clear:
ZO_DATA_DIR: "/openobserve_data"
secret:
- ZO_ROOT_USER_EMAIL
- ZO_ROOT_USER_PASSWORD
directories:
- openobserve_data:/openobserve_data
IMO, pepsi is totally ok when its essentially free |
|