mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/k8s/services/overleaf-cep.git
synced 2025-08-30 08:33:50 +02:00
Add initial Helm chart and Docker Compose setup for Overleaf CEP
This commit is contained in:
3
docker-compose/mongodb-init.js
Normal file
3
docker-compose/mongodb-init.js
Normal file
@@ -0,0 +1,3 @@
|
||||
/* eslint-disable no-undef */
|
||||
|
||||
rs.initiate({ _id: 'overleaf', members: [{ _id: 0, host: 'mongo:27017' }] })
|
Reference in New Issue
Block a user