Skip to content

Commit

Permalink
feat/修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
freestylefly committed May 26, 2024
1 parent d58c30b commit 4103d51
Show file tree
Hide file tree
Showing 320 changed files with 3 additions and 5,590 deletions.
7 changes: 0 additions & 7 deletions docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ base(){
docker-compose up -d pmhub-mysql pmhub-redis pmhub-nacos
}

# 启动 Nginx(必须)
nginx(){
docker-compose up -d pmhub-nginx
}

# 启动重要服务(必须)
important(){
Expand Down Expand Up @@ -117,9 +113,6 @@ case "$1" in
"base")
base
;;
"nginx")
nginx
;;
"important")
important
;;
Expand Down
3 changes: 3 additions & 0 deletions docker/nacos/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ FROM nacos/nacos-server
# author
MAINTAINER canghe

# 创建目标路径并设置权限
RUN mkdir -p /home/nacos/conf && chown -R nacos:nacos /home/nacos/conf

# 复制conf文件到路径
COPY ./conf/application.properties /home/nacos/conf/application.properties
60 changes: 0 additions & 60 deletions docker/nginx/conf/nginx.conf

This file was deleted.

15 changes: 0 additions & 15 deletions docker/nginx/dockerfile

This file was deleted.

Binary file removed docker/nginx/html/dist/favicon.png
Binary file not shown.
Binary file removed docker/nginx/html/dist/favicon_backup.png
Binary file not shown.
46 changes: 0 additions & 46 deletions docker/nginx/html/dist/html/ie.html

This file was deleted.

Binary file removed docker/nginx/html/dist/html/ie.html.gz
Binary file not shown.
184 changes: 0 additions & 184 deletions docker/nginx/html/dist/index.html

This file was deleted.

Binary file removed docker/nginx/html/dist/index.html.gz
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 4103d51

Please sign in to comment.