fix: correct CouchDB configuration in docker-compose.yml
- Remove invalid NODENAME environment variable that was causing startup failures - CouchDB now starts successfully with default configuration - Add proper Docker-specific CouchDB configuration file - Update seedBadges.js to handle missing MongoDB gracefully 🤖 Generated with [AI Assistant] Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
6
couchdb/local.d/docker.ini
Normal file
6
couchdb/local.d/docker.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
[chttpd_auth]
|
||||
secret = some-random-secret-string
|
||||
|
||||
[admins]
|
||||
admin = -pbkdf2-6f577c99f62805329938afbaec55beb68a9d35d5,cdfa85e093b978bec5ef45f4d109b6d3,10
|
||||
Reference in New Issue
Block a user