초기 커밋.

This commit is contained in:
2026-04-01 20:20:09 +09:00
parent c286f362e5
commit fd1a2cba32
172 changed files with 43588 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: '3.4'
services:
mongodb:
image: mongo:latest
restart: always
container_name: mongodb-lck-cl
ports:
- "50003:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: veryhardpassword123