mongo_stwp_image/docker-compose.yml

14 lines
296 B
YAML
Raw Normal View History

2024-04-19 07:26:33 -07:00
version: '3.9'
services:
mongo_stwp:
image: mongo_stwp
restart: always
container_name: "mongo_stwp"
ports:
- "27017:27017"
hostname: test-mongo # hostname is needed for replica set
volumes:
- ./data/db:/var/lib/mongodb
- ./etc/mongo:/etc/mongo/