优化
This commit is contained in:
16
docker-compose.mongo.yml
Normal file
16
docker-compose.mongo.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 简化的 MongoDB 配置
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
mongo-simple:
|
||||
image: mongo:4
|
||||
container_name: tailchat-mongo-simple
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "27017:27017"
|
||||
networks:
|
||||
- tailchat-sales_tailchat-network
|
||||
|
||||
networks:
|
||||
tailchat-sales_tailchat-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user