feat: 完善docker-compost yml文件。

This commit is contained in:
YuleiLan 2020-11-12 12:07:07 +08:00
parent 5785a609b4
commit 642904c2b4

View File

@ -67,4 +67,6 @@ services:
- ./docker/nginx/config/nginx.conf:/usr/local/etc/nginx/nginx.conf
environment:
- TZ=Asia/Shanghai
- VUE_APP_BASE_API=http://127.0.0.1:8002
- ENV=production
restart: always