feat(openobserve): add OpenObserve

This commit is contained in:
redbeardymcgee 2025-04-12 14:43:48 -05:00
parent 38ca9db96a
commit d53c42a7f7
4 changed files with 34 additions and 0 deletions

View file

@ -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)

View 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

View file

@ -0,0 +1,6 @@
[Unit]
Description=OpenObserve network
[Network]
NetworkName=openobserve

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=openobserve-data