mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-21 02:42:44 +00:00
43 lines
2.7 KiB
XML
43 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Container version="2">
|
|
<Name>MongoDB</Name>
|
|
<Repository>mongo</Repository>
|
|
<Registry>https://hub.docker.com/_/mongo/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/54895-support-jasonbean-mongodb/</Support>
|
|
<Project>https://www.mongodb.com/</Project>
|
|
<Overview>
|
|
[h3]MongoDB[/h3]MongoDB (from "humongous") is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software.
|
|
</Overview>
|
|
<WebUI></WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/jason-bean/docker-templates/master/jasonbean-repo/MongoDB.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/jason-bean/docker-templates/master/jasonbean-repo/mongo.sh-600x600.png</Icon>
|
|
<PostArgs></PostArgs>
|
|
<DonateText>Donate To Author</DonateText>
|
|
<DonateLink>https://paypal.me/jasonsbean/0usd</DonateLink>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>27017</HostPort>
|
|
<ContainerPort>27017</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir>/mnt/user/appdata/mongodb/</HostDir>
|
|
<ContainerDir>/data/db</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment></Environment>
|
|
<Config Name="Host Port 1" Target="27017" Default="27017" Mode="tcp" Description="Container Port: 27017" Type="Port" Display="always" Required="true" Mask="false">27017</Config>
|
|
<Config Name="Host Path 1" Target="/data/db" Default="/mnt/user/appdata/mongodb/" Mode="rw" Description="Container Path: /data/db" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mongodb/</Config>
|
|
<Category>Network:Other</Category>
|
|
<Description>MongoDBMongoDB (from "humongous") is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software.</Description>
|
|
<templatePath>/tmp/GitHub/AppFeed/templates/TaddeuszRepository/jasonbean-repo/MongoDB.xml</templatePath>
|
|
</Container>
|