16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
[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 |