mongodb sample

This commit is contained in:
Shihaam Abdul Rahman 2023-04-08 20:34:08 +05:00
parent a80dc8b85c
commit a13142bbc9
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -6,3 +6,16 @@ services:
image: git.shihaam.dev/dockerfiles/fishie-honestyui
ports:
- 5173:5173
restart: always
########################
# mongodb:
# container_name: mongodb
# image: mongo:latest
# environment:
# MONGO_INITDB_ROOT_USERNAME: root
# MONGO_INITDB_ROOT_PASSWORD: example
# ports:
# - 27017:27017
# volumes:
# - ./data:/data/db
# restart: always