Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker compose setup for local development #394

Merged
merged 4 commits into from
May 2, 2024
Merged

Add docker compose setup for local development #394

merged 4 commits into from
May 2, 2024

Conversation

cedric-v3
Copy link

This PR adds configuration files for docker compose to be able to run LibreClinica locally in a container. It can be tested by running the following command in the project root directory and opening http://localhost:8080 after the container has been started.

docker compose up --build

See the documentation in docs/development/containers.md for details.

@toskrip
Copy link
Collaborator

toskrip commented Apr 23, 2024

looks good to me. Do you want to create also ticket for this so that we link PR with it?

@toskrip toskrip added the enhancement New feature or request label Apr 23, 2024
@toskrip toskrip added this to the LibreClinica-1.3 milestone Apr 23, 2024
@toskrip toskrip linked an issue May 2, 2024 that may be closed by this pull request
@toskrip toskrip self-requested a review May 2, 2024 05:33
Copy link
Collaborator

@toskrip toskrip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@toskrip toskrip merged commit 9fa99b4 into reliatec-gmbh:lc-develop May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Local development with docker compose
2 participants