Add Cloudron package for apisix
Type: unknown Generated: Wed Nov 12 07:19:28 PM EST 2025
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
RUN apk --no-cache add ca-certificates
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
EXPOSE 8080
|
||||||
|
CMD ["./start.sh"]
|
||||||
17
Cloudron/CloudronPackages-Workspace/apisix/app/manifest.json
Normal file
17
Cloudron/CloudronPackages-Workspace/apisix/app/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"id": "com.apisix.cloudron",
|
||||||
|
"title": "apisix",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Auto-generated Cloudron package for apisix",
|
||||||
|
"developer": {
|
||||||
|
"name": "TSYSDevStack Team",
|
||||||
|
"email": "support@tsysdevstack.com"
|
||||||
|
},
|
||||||
|
"tags": ["productivity", "web-app"],
|
||||||
|
"httpPort": 8080,
|
||||||
|
"manifestVersion": 2,
|
||||||
|
"healthCheck": {
|
||||||
|
"path": "/",
|
||||||
|
"port": 8080
|
||||||
|
}
|
||||||
|
}
|
||||||
4
Cloudron/CloudronPackages-Workspace/apisix/app/start.sh
Executable file
4
Cloudron/CloudronPackages-Workspace/apisix/app/start.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "Starting application..."
|
||||||
|
# Add your startup command here
|
||||||
|
exec "$@"
|
||||||
Reference in New Issue
Block a user