OpenSILEX / opensilex-docker-compose

This project aims to create a opensilex instance running on docker-compose stack
GNU Affero General Public License v3.0
3 stars 1 forks source link

Fix compose #1

Closed afabbri closed 7 months ago

afabbri commented 1 year ago
- For mongo service, change the "sleep 3" instruction into "mongostat -n 1".
The instruction meant to wait for the server startup procedure.
Mongostat should print up when such procedure are completed meanwhile "sleep"
is infrastucture dependent
- For opensilex service, reply the "chown" command at the entry point time.
The mounted volume remaind owned by root:root otherwise and the config file
could not be generated.
niio972 commented 11 months ago

Hi @afabbri, thank you for this contribution, we are working on this pull request with an internal Gitlab forge. We will get back to you if we have any questions.

niio972 commented 7 months ago

@afabbri your pull request has been integrated in this commit https://github.com/OpenSILEX/opensilex-docker-compose/commit/7c23c33db75d0faf749555639f7dc2615a86be89 . Thanks you for this work. I wil close this pull request.