feat:添加discuz (#227)

* feat:添加discuz

* feat:移除latest版本
This commit is contained in:
okxlin
2023-08-03 11:03:24 +08:00
committed by GitHub
parent 0983189493
commit 24822e7730
5 changed files with 134 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
version: "3"
services:
discuz:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- discuz_data:/var/www/html
image: tencentci/discuz:v3.4
labels:
createdBy: "Apps"
volumes:
discuz_data:
networks:
1panel-network:
external: true