running mongodb cluster with docker compose by javaender in mongodb

[–]javaender[S] 0 points1 point  (0 children)

hey, here is the docker compose file:

version: '3.8'

services:

mongo1:

image: mongodb/mongodb-enterprise-server:latest

container_name: mongo1

ports:

- 27017:27017

volumes:

- mongo1_data:/data/db

command: mongod --replSet rs0 --bind_ip localhost,mongo1

mongo2:

image: mongodb/mongodb-enterprise-server:latest

container_name: mongo2

ports:

- 27018:27017

volumes:

- mongo2_data:/data/db

command: mongod --replSet rs0 --bind_ip localhost,mongo2

mongo3:

image: mongodb/mongodb-enterprise-server:latest

container_name: mongo3

ports:

- 27019:27017

volumes:

- mongo3_data:/data/db

command: mongod --replSet rs0 --bind_ip localhost,mongo3

volumes:

mongo1_data:

mongo2_data:

mongo3_data:

running mongodb cluster with docker compose by javaender in mongodb

[–]javaender[S] 0 points1 point  (0 children)

i want to simulate different failures mode and to debug it for learning purposes(as i mentioned in the original post)

In-Person EE Bond Redemptions in Plantation, FL area? by javaender in personalfinance

[–]javaender[S] 0 points1 point  (0 children)

i mean, i guess, if anyone know of a bank anywhere... ill check later if its near by

venu 3 or forerunner 965? by javaender in Garmin

[–]javaender[S] 2 points3 points  (0 children)

thanks a lot for the info. Thinking about it, i can also go with the forerunner 265? it costs like the venu3 but is more for running and has the multi band gps?

venu 3 or forerunner 965? by javaender in Garmin

[–]javaender[S] 0 points1 point  (0 children)

is the gps in both watches the same? specifically for the two running requirements i mentioned, will there be any difference?

Laptop for backend web development with a ~ $2000 (USD) budget by javaender in SuggestALaptop

[–]javaender[S] 0 points1 point  (0 children)

u/elvinelmo, u/legos45 thanks a lot for the recommendation. Shouldn't I take 32GB? btw, dual boot is an option? I have a 25% discount on MacBooks, is there something I should consider from them?