13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
|
|
# crm1环境下 部署集群mongodb
|
|
|
|
env $(cat ./env_crm1 | xargs) envsubst < ./docker-compose.yml | docker stack deploy --compose-file - crm1_mongodb
|
|
|
|
|
|
|
|
# crm1环境下 部署集群mongodb rs
|
|
|
|
|
|
|
|
docker stack deploy --compose-file docker-stack-rs.yml prod_mongodb --with-registry-auth
|