Merge pull request #99 from lanyulei/dev

Dev
This commit is contained in:
lanyulei 2020-11-13 17:49:45 +08:00 committed by GitHub
commit b236449f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -64,9 +64,8 @@ services:
ports: ports:
- 8001:8001 - 8001:8001
volumes: volumes:
- ./docker/nginx/config/nginx.conf:/usr/local/etc/nginx/nginx.conf - ./docker/nginx/config/nginx.conf:/etc/nginx/nginx.conf
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- VUE_APP_BASE_API=http://127.0.0.1:8002 - VUE_APP_BASE_API=http://127.0.0.1:8002
- ENV=production
restart: always restart: always

View File

@ -1,7 +1,7 @@
user www www; user nginx;
worker_processes auto; worker_processes auto;
error_log /data/wwwlogs/error_nginx.log crit; error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
worker_rlimit_nofile 51200; worker_rlimit_nofile 51200;