1 Star 0 Fork 0

朱烜宇/home_backend

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
hello_python 提交于 2019-01-21 11:32 +08:00 . 20190121
version: '3.1'
services:
home_frontend:
image: 'reg.xiaoneng.cn/oa/home_frontend:master'
container_name: home_frontend
restart: always
ports:
- '8060:8060'
depends_on:
- home_backend
environment:
HOME_BACKEND_URL: 192.168.30.109
HOME_FRONTEND_URL: 192.168.30.109:8008
home_backend:
image: 'reg.xiaoneng.cn/oa/home_backend:master'
container_name: home_backend
environment:
home_env: develop
HOME_DB_HOST: 192.168.30.109
HOME_DB_NAME: oa_platform
HOME_DB_PWD: tYhep69NeUckDNLnCgxs
HOME_DB_PORT: 3306
HOME_DB_USER: root
HOME_REDIS_PORT: 6379
HOME_REDIS_PWD: 111111
HOME_REDIS_SERVER: 192.168.30.109
restart: always
ports:
- '8008:8008'
depends_on:
- redis
entrypoint: ''
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pythonista/home_backend.git
git@gitee.com:pythonista/home_backend.git
pythonista
home_backend
home_backend
master

搜索帮助