overleaf: init
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
This commit is contained in:
parent
dab1a39866
commit
f64ee1322f
7 changed files with 290 additions and 0 deletions
3
modules/nixos/overleaf-oci/mongodb-init-replica-set.js
Normal file
3
modules/nixos/overleaf-oci/mongodb-init-replica-set.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* eslint-disable no-undef */
|
||||
|
||||
rs.initiate({ _id: 'overleaf', members: [{ _id: 0, host: 'mongo:27017' }] })
|
||||
Loading…
Add table
Add a link
Reference in a new issue