feat(openobserve): add OpenObserve
This commit is contained in:
parent
38ca9db96a
commit
d53c42a7f7
4 changed files with 34 additions and 0 deletions
|
@ -211,6 +211,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
||||||
- [ ] [Notesnook](https://github.com/streetwriters/notesnook-sync-server)
|
- [ ] [Notesnook](https://github.com/streetwriters/notesnook-sync-server)
|
||||||
- [ ] [ntop](https://www.ntop.org/)
|
- [ ] [ntop](https://www.ntop.org/)
|
||||||
- [ ] [OpenNMS](https://www.opennms.org/)
|
- [ ] [OpenNMS](https://www.opennms.org/)
|
||||||
|
- [x] [OpenObserve](https://openobserve.ai)
|
||||||
- [x] [OpenSpeedTest](https://openspeedtest.com)
|
- [x] [OpenSpeedTest](https://openspeedtest.com)
|
||||||
- [x] [PiHole](https://pi-hole.net/)
|
- [x] [PiHole](https://pi-hole.net/)
|
||||||
- [x] [Pocket ID](https://github.com/stonith404/pocket-id)
|
- [x] [Pocket ID](https://github.com/stonith404/pocket-id)
|
||||||
|
|
24
quadlets/openobserve/openobserve.container
Normal file
24
quadlets/openobserve/openobserve.container
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[Unit]
|
||||||
|
Description=OpenObserve
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=public.ecr.aws/zinclabs/openobserve:latest
|
||||||
|
ContainerName=openobserve
|
||||||
|
AutoUpdate=registry
|
||||||
|
|
||||||
|
Network=openobserve.network
|
||||||
|
HostName=openobserve
|
||||||
|
PublishPort=5080:5080
|
||||||
|
|
||||||
|
Volume=openobserve-data:/data
|
||||||
|
|
||||||
|
Environment=ZO_ROOT_USER_EMAIL=root@example.com
|
||||||
|
|
||||||
|
Secret=openobserve-root-user-password,type=env,target=ZO_ROOT_USER_PASSWORD
|
6
quadlets/openobserve/openobserve.network
Normal file
6
quadlets/openobserve/openobserve.network
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=OpenObserve network
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
NetworkName=openobserve
|
||||||
|
|
3
quadlets/openobserve/openobserve.volume
Normal file
3
quadlets/openobserve/openobserve.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=openobserve-data
|
||||||
|
|
Loading…
Add table
Reference in a new issue