Make drive interoperable for local development - #815
Draft
jmaupetit wants to merge 11 commits into
Draft
Conversation
jmaupetit
commented
Aug 28, 2026
jmaupetit
force-pushed
the
integrate-interop
branch
from
September 2, 2026 15:34
d9fdea7 to
580f558
Compare
jmaupetit
force-pushed
the
integrate-interop
branch
from
September 3, 2026 14:54
580f558 to
3ce65a4
Compare
Integrate LaSuite common services from interop repository, rename and remap services to fit with proposed implementation scheme.
If not created first, as it is mounted as a volume, Docker will create the `data/postgresql.e2e` directory as belonging to the `root` user. As we are not running `postgresql` using the `root` user, not doing so prevent the service to start due to permission issues.
Due to recent changes in services names and ports, some tests are broken when run in development.
We changed the backend port.
Make psql script more versatile and avoid unnecessary environment variables parsing.
They are not used in the Makefile and injected in the running container, there is no need to declare them explicitly.
jmaupetit
force-pushed
the
integrate-interop
branch
from
September 4, 2026 16:25
0429914 to
b218899
Compare
jmaupetit
force-pushed
the
integrate-interop
branch
from
September 4, 2026 16:49
b218899 to
c6b83b2
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
We need a way to run every LaSuite services locally to work on services inter-operabilities, without hostname and port conflicts, nor duplicate services.
Proposal