feat:Restore the listing of some Free-API apps.

This commit is contained in:
arch3rPro
2025-11-26 00:49:05 +08:00
parent 5f0b0aba47
commit fdf38c22a5
28 changed files with 499 additions and 0 deletions
@@ -0,0 +1,16 @@
services:
glm-free-api:
image: akashrajpuroh1t/glm-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