1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-31 13:44:34 +00:00
parent aaa2c31f04
commit f51b16f293
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="anqicms"
PANEL_APP_PORT_HTTP=8001

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "8001"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
services:
anqicms:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8001"
volumes:
- anqicms-data:/app
image: "anqicms/anqicms:v3.4.9"
labels:
createdBy: "Apps"
volumes:
anqicms-data:
name: anqicms-data
networks:
1panel-network:
external: true

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose down --volumes