nite07 在 Quadlet 配置分享:AxonHub 中发帖
AxonHub 是论坛佬友开源的 AI Gateway。
配置
# axonhub.pod
[Pod]
PublishPort=8090:8090
UserNS=keep-id
[Install]
WantedBy=default.target
# axonhub.container
[Unit]
Requires=axonhub-postgres.service
After=axonhub-postgres.service
[Container]
Image=docker.io/looplj/axonhub:latest
Pod=axonhub.pod
Volume=/path/to/data:/data
Environment=AXONHUB_DB_DIALECT=postgres AXONHUB_DB_DSN=postgres://axonhub:...