Rafael Marques shared this file. Want to do more with it?
version: "3.8"
services:
mongodb:
image: mongo:7
networks:
- app_network
volumes:
- mongodb_data:/data/db
- mongodb_configdb_data:/data/configdb
environment:
MONGO_INITDB_ROOT_USERNAME: <USUARIO_AQUI>
MONGO_INITDB_ROOT_PASSWORD: <SUA_SENHA_AQUI>
PUID: 1000
PGID: 1000
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.role == manager
resources:
limits:
cpus: "0.5"
memory: 512M
volumes:
mongodb_data:
external: true
mongodb_configdb_data:
external: true
networks:
app_network:
external: true
We use cookies to provide, improve, protect and promote our services. Visit our Privacy Policy and Privacy Policy FAQs to learn more. You can manage your personal preferences, including your ‘Do not sell or share my personal data to third parties’ setting using the “Customize cookies” button below.