mirror of
https://gitea.bearcatlog.com/Bryant/chassis-agent
synced 2025-01-19 06:53:25 +08:00
fix: mongodb adjust
This commit is contained in:
parent
cd5a91785b
commit
6f4cf73258
@ -15,28 +15,23 @@ services:
|
||||
- MONGO_INITDB_ROOT_PASSWORD=mongodb27017
|
||||
networks:
|
||||
- mongodb_network
|
||||
- diyue-network
|
||||
mongo-express:
|
||||
image: mongo-express
|
||||
hostname: mongo-express
|
||||
container_name: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- 8088:8081
|
||||
environment:
|
||||
- ME_CONFIG_MONGODB_ADMINUSERNAME=admin
|
||||
- ME_CONFIG_MONGODB_ADMINPASSWORD=mongodb27017
|
||||
- ME_CONFIG_MONGODB_SERVER=mongodb
|
||||
networks:
|
||||
- mongodb_network
|
||||
- diyue-network
|
||||
# mongo-express:
|
||||
# image: mongo-express
|
||||
# hostname: mongo-express
|
||||
# container_name: mongo-express
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 8088:8081
|
||||
# environment:
|
||||
# - ME_CONFIG_MONGODB_ADMINUSERNAME=admin
|
||||
# - ME_CONFIG_MONGODB_ADMINPASSWORD=mongodb27017
|
||||
# - ME_CONFIG_MONGODB_SERVER=mongodb
|
||||
# networks:
|
||||
# - mongodb_network
|
||||
|
||||
networks:
|
||||
mongodb_network:
|
||||
driver: bridge
|
||||
diyue-network:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
|
||||
volumes:
|
||||
mongodb_data:
|
||||
|
Loading…
Reference in New Issue
Block a user