ваше сообщение коммита

This commit is contained in:
2025-06-29 02:07:50 +03:00
parent b2dcaaab42
commit 0c37942282
28 changed files with 10118 additions and 168 deletions

6
Dockerfile.agent Normal file
View File

@@ -0,0 +1,6 @@
FROM node:18-alpine
WORKDIR /app
COPY cloudflared-agent.js .
RUN yarn add express
RUN apk add --no-cache docker-cli docker-compose
CMD ["node", "cloudflared-agent.js"]