爱影CMS 测试

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-08-13 12:34:58 +08:00
parent 07fb32c1df
commit c3a50a6032
8 changed files with 109 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
version: "3.8"
networks:
1panel-network:
external: true
services:
iycms:
image: qyg2297248353/iycms:v3.3.44
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ${IYCMS_ROOT_PATH}/data:/app/iycms