mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	add mongodb 6 egg
add a separate modgo 6 egg. This uses the new mongosh tool that replaces the mongo application.
This commit is contained in:
		
							parent
							
								
									e27be23342
								
							
						
					
					
						commit
						1020f582bc
					
				
							
								
								
									
										52
									
								
								database/nosql/mongodb/egg-mongo-d-b6.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								database/nosql/mongodb/egg-mongo-d-b6.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,52 @@ | ||||
| { | ||||
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||||
|     "meta": { | ||||
|         "version": "PTDL_v2", | ||||
|         "update_url": null | ||||
|     }, | ||||
|     "exported_at": "2022-09-27T08:58:45-04:00", | ||||
|     "name": "MongoDB 6", | ||||
|     "author": "parker@parkervcp.com", | ||||
|     "description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.", | ||||
|     "features": null, | ||||
|     "docker_images": { | ||||
|         "MongoDB_6": "ghcr.io\/parkervcp\/yolks:mongodb_6" | ||||
|     }, | ||||
|     "file_denylist": [], | ||||
|     "startup": "mongod --fork --dbpath \/home\/container\/mongodb\/ --port ${SERVER_PORT} --bind_ip 0.0.0.0 --logpath \/home\/container\/logs\/mongo.log -f \/home\/container\/mongod.conf; until nc -z -v -w5 127.0.0.1 ${SERVER_PORT}; do echo 'Waiting for mongodb connection...'; sleep 5; done; mongosh --username ${MONGO_USER} --password ${MONGO_USER_PASS} --host 127.0.0.1:${SERVER_PORT} && mongosh --eval \"db.getSiblingDB('admin').shutdownServer()\" 127.0.0.1:${SERVER_PORT}", | ||||
|     "config": { | ||||
|         "files": "{}", | ||||
|         "startup": "{\r\n    \"done\": \"child process started successfully\"\r\n}", | ||||
|         "logs": "{}", | ||||
|         "stop": "exit" | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "installation": { | ||||
|             "script": "#!\/bin\/bash \r\nif [ ! -d \/mnt\/server\/ ]; then\r\n    mkdir \/mnt\/server\/\r\nfi\r\n\r\ncd \/mnt\/server\/\r\n\r\ncp \/etc\/mongod.conf.orig \/mnt\/server\/mongod.conf\r\n\r\nmkdir mongodb logs\r\n\r\nmongod --port 27017 --dbpath \/mnt\/server\/mongodb\/ --logpath \/mnt\/server\/logs\/mongo.log --fork\r\n\r\nmongosh --eval \"db.getSiblingDB('admin').createUser({user: '${MONGO_USER}', pwd: '${MONGO_USER_PASS}', roles: ['root']})\"\r\n\r\nmongosh --eval \"db.getSiblingDB('admin').shutdownServer()\"", | ||||
|             "container": "mongo:6-focal", | ||||
|             "entrypoint": "bash" | ||||
|         } | ||||
|     }, | ||||
|     "variables": [ | ||||
|         { | ||||
|             "name": "Mongo Admin Username", | ||||
|             "description": "The MongoDB Admin user", | ||||
|             "env_variable": "MONGO_USER", | ||||
|             "default_value": "admin", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Mongo Admin Password", | ||||
|             "description": "", | ||||
|             "env_variable": "MONGO_USER_PASS", | ||||
|             "default_value": "NewPa55w0rd", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string", | ||||
|             "field_type": "text" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| @ -16,7 +16,7 @@ | ||||
|     "startup": ".\/${EXECUTABLE}", | ||||
|     "config": { | ||||
|         "files": "{}", | ||||
|         "startup": "{\r\n    \"done\": \"change this part\"\r\n}",, | ||||
|         "startup": "{\r\n    \"done\": \"change this part\"\r\n}", | ||||
|         "logs": "{}", | ||||
|         "stop": "^C" | ||||
|     }, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user