mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
fix(librechat): add version under [config] and remove stray [config.mounts] header
This commit is contained in:
@@ -14,6 +14,7 @@ mongo_password = "${password:16}"
|
||||
postgresql_password = "${password:16}"
|
||||
|
||||
[config]
|
||||
version = "1.0.0"
|
||||
# Main service domain mapping
|
||||
[[config.domains]]
|
||||
serviceName = "librechat"
|
||||
@@ -66,7 +67,6 @@ CHUNK_SIZE=1500
|
||||
CHUNK_OVERLAP=100
|
||||
|
||||
|
||||
[config.mounts]
|
||||
# Persistent data volumes
|
||||
[[config.mounts]]
|
||||
volumeName = "mongo_data"
|
||||
|
||||
Reference in New Issue
Block a user