mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update minimax-free-api 1.0.1
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
🚀 MiniMax大模型海螺AI逆向API【特长:超自然语音】
|
||||
|
||||
<kbd>1.0.0</kbd> • [官网链接](https://github.com/xiaoY233/MiniMax-Free-API)
|
||||
<kbd>1.0.1</kbd> • [官网链接](https://github.com/xiaoY233/MiniMax-Free-API)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
minimax-free-api:
|
||||
image: akashrajpuroh1t/minimax-free-api-fix:1.0.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8000
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
labels:
|
||||
createdBy: Apps
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
16
apps/minimax-free-api/1.0.1/docker-compose.yml
Normal file
16
apps/minimax-free-api/1.0.1/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
minimax-free-api:
|
||||
image: akashrajpuroh1t/minimax-free-api-fix:1.0.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8000
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
labels:
|
||||
createdBy: Apps
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user