forked from DevOps/deploy.stack
feat(builder): 新增nodejs环境配置并更新golang挂载路径
添加nodejs的env.cfg配置文件及compose.yml模板 更新golang的compose.yml中volumes路径使用变量替换
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
tty: true
|
||||
command: bash
|
||||
volumes:
|
||||
- ${Volumes_Path}/mygits:/app
|
||||
- ${Volumes_Path}/${PROJECT_NAME}:/app
|
||||
working_dir: /app
|
||||
environment:
|
||||
- GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
Reference in New Issue
Block a user