Files
MERN_STACK_TEMPLATE/docker-compose.mongo.yaml
Dongho Kim 3f76d4f3d4
All checks were successful
gitea/MERN_STACK_TEMPLATE/pipeline/head This commit looks good
+ signup and + verify
2025-05-02 22:19:30 +02:00

10 lines
185 B
YAML

services:
mongo:
image: mongo
restart: always
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: test