Commit c0850400 authored by 李志鸣's avatar 李志鸣

fea(配置文件): 新增后台配置文件

parent fd7ceaa2
FROM swr.cn-north-4.myhuaweicloud.com/vtstar/nginx:1.17.2-alpine
MAINTAINER sangzhiyong<sangzhiyong@vtstar.net>
COPY dist/ /usr/share/nginx/html
\ No newline at end of file
version: '3.7'
services:
qiangxin-web:
image: swr.cn-north-4.myhuaweicloud.com/vtstar/shengrui-web:demo-0.0.1
ports:
- 30002:80
volumes:
- "./nginx_demo.conf:/etc/nginx/conf.d/service.conf"
\ No newline at end of file
version: '3.7'
services:
qiangxin-web:
image: swr.cn-north-4.myhuaweicloud.com/vtstar/shengrui-web:test-0.0.1
ports:
- 30002:80
volumes:
- "./nginx_test.conf:/etc/nginx/conf.d/service.conf"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment