|
@@ -42,7 +42,7 @@ services:
|
|
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
|
|
user: root
|
|
user: root
|
|
|
mongo:
|
|
mongo:
|
|
|
- image: mongo:8.0.11
|
|
|
|
|
|
|
+ image: mongo:7.0.20
|
|
|
command: --replSet overleaf
|
|
command: --replSet overleaf
|
|
|
volumes:
|
|
volumes:
|
|
|
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js
|
|
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js
|