Feniks Docker-Compose YAML file generator
Version
{{version}}
Add Redis and MongoDB entries to Docker-Compose YAML file?
Yes
No
This option is not recomended since all your data can be deleted after 'Docker-Compose down' commmand.
You can install Redis and MongoDB separately by Docker using those commands:
redis: docker run --name redis-instance -p 6379:6379 --restart unless-stopped -d redis redis-server --save 60 1 --loglevel warning
mongodb (x86 PC): docker run -p 27017:27017 --name mongo-instance --restart unless-stopped -d mongo:latest
mongodb (ARM64 V8): docker run -p 27017:27017 --name mongo-instance --restart unless-stopped -d mongo:4.2.22
Redis Host
Redis Port
Mongo Connection String
Device
X86 PC
Nvidia Jetson
Raspberry PI 4
Jetson Inference Directory Path
Nvidia JetPack SDK must be installed on your Jetson devices
Directory Paths
Root directory paths for all AI and recording data. Use semicolon to separate directory paths
Time Zone
{{z}}
Do you have a Nvidia GPU?
Yes
No
Make sure to install
The NVIDIA Container Toolkit
if you have a Nvidia GPU.
AI Service Type
CodeProject.AI-Server
Snapshot Service Process Count
This number let the snapshot service use more cores of your CPU but it increases memory usage dramatically.