All apps · 0 apps
invoice-collector-MongoDB
OfficialDocker app from rorar's Repository
Overview
Install invoice-collector-MongoDB on Unraid in a few clicks.
Find invoice-collector-MongoDB in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Required by the invoice-collector container running on the same Docker network "invoice-collector_internal".
IMPORTANT: Before adding this container, create the Docker network first.
- Open Unraid Terminal
- Run: docker network create invoice-collector_internal
- Go to Settings > Docker
- Disable Docker and click Apply
- Enable "Preserve user defined networks" and click Apply
- Re-enable Docker
This template configures the container hostname as "mongodb", allowing invoice-collector to connect using the default connection string:
DATABASE_URI=mongodb://mongodb:27017
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
mongo:8.0.3Runtime arguments
- Network
invoice-collector_internal- Shell
sh- Privileged
- false
- Extra Params
--hostname=mongodb
Template configuration
Directory used to store MongoDB database files.
- Target
- /data/db
- Default
- /mnt/user/appdata/invoice-collector-mongodb
- Value
- /mnt/user/appdata/invoice-collector-mongodb
System configuration.
Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- Target
- TZ
- Default
- Europe/Berlin
- Value
- Europe/Berlin