feat(chartdb): add chartdb
This commit is contained in:
parent
2a2ecd33cc
commit
5a2b808b03
2 changed files with 19 additions and 1 deletions
|
@ -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/)
|
||||
|
|
18
quadlets/chartdb/chartdb.container
Normal file
18
quadlets/chartdb/chartdb.container
Normal 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
|
Loading…
Add table
Reference in a new issue