feat: 上架 Web-Check (#1711)

This commit is contained in:
wanghe
2024-07-08 09:46:43 +08:00
committed by GitHub
parent 0bd3fc483e
commit b160066737
5 changed files with 57 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
web-check:
container_name: ${CONTAINER_NAME}
image: lissy93/web-check:1.0.0
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true