feat(chartdb): add chartdb

This commit is contained in:
redbeardymcgee 2024-12-26 19:21:13 -06:00
parent 2a2ecd33cc
commit 5a2b808b03
2 changed files with 19 additions and 1 deletions

View file

@ -155,7 +155,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [x] [Caddy](https://caddyserver.com) # Socket activation requires newer `caddy` and `podman`
- [x] [Calibre](https://github.com/linuxserver/docker-calibre)
- [x] [Calibre-web](https://github.com/janeczku/calibre-web)
- [ ] [ChartDB](https://chartdb.io/)
- [x] [ChartDB](https://chartdb.io/)
- [ ] [Checkmate](https://github.com/bluewave-labs/checkmate)
- [ ] [Code::Stats](https://codestats.net/)
- [ ] [dash.](https://getdashdot.com/)

View file

@ -0,0 +1,18 @@
[Unit]
Description=ChartDB diagramming editor
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=ghcr.io/chartdb/chartdb
ContainerName=chartdb
HostName=chartdb
PublishPort=8080:80
Secret=openai-api-key,type=env,target=OPENAI_API_KEY