mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 08:58:06 +00:00 
			
		
		
		
	update MongoDB to new images
This commit is contained in:
		
							parent
							
								
									794ec9d340
								
							
						
					
					
						commit
						1e50f25246
					
				| @ -1,13 +1,19 @@ | ||||
| { | ||||
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|         "version": "PTDL_v2", | ||||
|         "update_url": null | ||||
|     }, | ||||
|     "exported_at": "2020-10-30T13:01:44+00:00", | ||||
|     "exported_at": "2022-08-28T13:33:51+02:00", | ||||
|     "name": "MongoDB", | ||||
|     "author": "parker@parkervcp.com", | ||||
|     "description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.", | ||||
|     "image": "quay.io\/parkervcp\/pterodactyl-images:db_mongo-4", | ||||
|     "features": null, | ||||
|     "docker_images": { | ||||
|         "MongoDB_4": "ghcr.io\/parkervcp\/yolks:mongodb_4", | ||||
|         "MongoDB_5": "ghcr.io\/parkervcp\/yolks:mongodb_5" | ||||
|     }, | ||||
|     "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 && mongo --username ${MONGO_USER} --password ${MONGO_USER_PASS} --host 127.0.0.1:${SERVER_PORT} && mongo --eval \"db.getSiblingDB('admin').shutdownServer()\" 127.0.0.1:${SERVER_PORT}", | ||||
|     "config": { | ||||
|         "files": "{}", | ||||
| @ -30,7 +36,8 @@ | ||||
|             "default_value": "admin", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string" | ||||
|             "rules": "required|string", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Mongo Admin Password", | ||||
| @ -39,7 +46,8 @@ | ||||
|             "default_value": "aP@55word", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string" | ||||
|             "rules": "required|string", | ||||
|             "field_type": "text" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user