1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-23 18:20:40 +08:00

feat(docs):新增文档

This commit is contained in:
喜欢芝士的妹妹
2022-06-23 08:53:19 +08:00
parent 3f7784318d
commit e2b229ff03
63 changed files with 4498 additions and 171 deletions

26
docker-compose.yaml Normal file
View File

@@ -0,0 +1,26 @@
version: '2'
services:
### 408CSFamily服务ip范围 172.30.0.200
408CSFamily:
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:408CSFamily_0.0.1
container_name: 408CSFamily
restart: on-failure
hostname: 408CSFamily
ports:
- "7000:80"
networks:
net:
ipv4_address: 172.30.0.200
## 创建桥接网络
networks:
## 桥接网络名称配合文件前缀最后为dev_test_env_net 参考https://www.jianshu.com/p/d70c61d45364
net:
driver: bridge
# external: true
ipam:
driver: default
config:
- subnet: 172.30.0.0/24
## 网关
gateway: 172.30.0.1