nanobot: 2026-09-11 15:55:26
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=LibreChat MongoDB
|
||||
|
||||
[Service]
|
||||
# startup ordering: restart until api comes up
|
||||
Restart=on-failure
|
||||
|
||||
[Container]
|
||||
Image=docker.io/mongo:8.0.20
|
||||
ContainerName=librechat-mongodb
|
||||
Network=librechat.network
|
||||
Volume=librechat-mongodb-data:/data/db
|
||||
Exec=mongod --noauth
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user