1 Star 0 Fork 35

小龙人/docker-compose

forked from kancy/docker-compose 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
docker-compose-apollo2.yml 1.46 KB
Copy Edit Raw Blame History
huangchengkang authored 2019-12-06 18:59 . apollo
version: '3'
services:
apollo-portal:
image: docker.io/xzxiaoshan/apollo-portal:1.4.0
container_name: apollo-portal
network_mode: "host"
environment:
SERVER_PORT: 6165
DS_URL: "jdbc:mysql://10.139.60.82:3306/apolloportaldb?characterEncoding=utf8"
DS_USERNAME: "root"
DS_PASSWORD: "root"
DEV_META: "http://10.139.60.82:6166"
FAT_META: ""
UAT_META: ""
LPT_META: ""
PRO_META: ""
depends_on:
- apollo-adminservice
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
apollo-configservice:
image: docker.io/xzxiaoshan/apollo-configservice:1.4.0
container_name: apollo-configservice
network_mode: "host"
environment:
SERVER_PORT: 6166
DS_URL: "jdbc:mysql://10.139.60.82:3306/apolloconfigdb?characterEncoding=utf8"
DS_USERNAME: "root"
DS_PASSWORD: "root"
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
apollo-adminservice:
image: docker.io/xzxiaoshan/apollo-adminservice:1.4.0
container_name: apollo-adminservice
network_mode: "host"
environment:
SERVER_PORT: 6167
DS_URL: "jdbc:mysql://10.139.60.82:3306/apolloconfigdb?characterEncoding=utf8"
DS_USERNAME: "root"
DS_PASSWORD: "root"
depends_on:
- apollo-configservice
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Loong-li/docker-compose.git
git@gitee.com:Loong-li/docker-compose.git
Loong-li
docker-compose
docker-compose
master

Search