发布应用 Nginx UI

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-18 14:00:52 +08:00
parent 950459bf32
commit 2a0fb97f5d
11 changed files with 238 additions and 29 deletions
+33
View File
@@ -0,0 +1,33 @@
networks:
1panel-network:
external: true
services:
nginx-ui:
image: uozi/nginx-ui:v2.0.0-beta.36
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
stdin_open: true
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTPS}:443
volumes:
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
- ${NGINX_UI_ROOT_PATH}/www:/var/www
environment:
- TZ=Asia/Shanghai
- NGINX_UI_SERVER_HTTP_HOST=0.0.0.0
- NGINX_UI_SERVER_HTTP_PORT=9000
- NGINX_UI_SERVER_RUN_MODE=release
- NGINX_UI_SERVER_HTTP_CHALLENGE_PORT=9180
- NGINX_UI_SERVER_DATABASE=database
- NGINX_UI_SERVER_START_CMD=login
- NGINX_UI_SERVER_START_CMD=database
- NGINX_UI_SERVER_PAGE_SIZE=10
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
- NGINX_UI_SERVER_SKIP_INSTALLATION=false