feat: update sub2api 0.1.130

This commit is contained in:
arch3rPro
2026-05-25 17:55:09 +08:00
parent 75bcb4d774
commit c6804e216f
4 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🍥 AI API 网关平台,支持订阅配额分发、API Key 管理、计费和负载均衡
<kbd>0.1.106</kbd> • [官网链接](https://sub2api.org)
<kbd>0.1.130</kbd> • [官网链接](https://sub2api.org)
</td>
<td width="33%" align="center">
@@ -1,6 +1,6 @@
services:
sub2api:
image: weishaw/sub2api:0.1.106
image: weishaw/sub2api:0.1.130
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -19,7 +19,6 @@ services:
depends_on:
- postgres
- redis
postgres:
image: postgres:15-alpine
container_name: ${CONTAINER_NAME}-postgres
@@ -34,7 +33,6 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
labels:
createdBy: "Apps"
redis:
image: redis:7-alpine
container_name: ${CONTAINER_NAME}-redis
@@ -46,11 +44,9 @@ services:
command: redis-server --appendonly yes
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
volumes:
postgres_data:
redis_data:
postgres_data: null
redis_data: null