mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update openoberve
This commit is contained in:
parent
613b9380e4
commit
1444ff5820
1 changed files with 18 additions and 0 deletions
18
openobserve/docker-compose.yaml
Normal file
18
openobserve/docker-compose.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
services:
|
||||
openobserve:
|
||||
image: public.ecr.aws/zinclabs/openobserve:${ZO_VERSION:-v0.14.7}
|
||||
container_name: openobserve
|
||||
environment:
|
||||
ZO_HTTP_PORT: 5080
|
||||
ZO_GRPC_PORT: 5081
|
||||
ZO_DATA_DIR: /data
|
||||
ZO_ROOT_USER_EMAIL: ${EMAIL}
|
||||
ZO_ROOT_USER_PASSWORD: ${PASSWORD}
|
||||
ZO_WEB_URL: https://${DOMAIN}
|
||||
ZO_TELEMETRY: false
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}/openobserve:/data:Z
|
||||
ports:
|
||||
- 80:5080
|
||||
- 5081:5081
|
Loading…
Add table
Add a link
Reference in a new issue