mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 00:01:06 +00:00
22 lines
682 B
JSON
22 lines
682 B
JSON
{
|
|
"repository": "https://github.com/bqlpfy/flux-panel",
|
|
"dockerDocs": "https://github.com/bqlpfy/flux-panel#docker-compose部署",
|
|
"composeFile": "https://github.com/bqlpfy/flux-panel/blob/1.4.3/docker-compose-v4.yml",
|
|
"commit": "9b5ccdb1f428454695bd81c034324aaa58eb91b8",
|
|
"version": "1.4.3",
|
|
"compose": [
|
|
"docker-compose-v4.yml",
|
|
"docker-compose-v6.yml"
|
|
],
|
|
"images": [
|
|
"mysql:5.7",
|
|
"bqlpfy/springboot-backend:1.4.3",
|
|
"bqlpfy/vite-frontend:1.4.3"
|
|
],
|
|
"architectures": [
|
|
"amd64",
|
|
"arm64"
|
|
],
|
|
"notes": "The package follows the upstream stable IPv4 compose topology. The upstream README currently states that maintenance is paused."
|
|
}
|