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

Update docker-compose.yml to change obsolete code #20 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

faizan102418
Copy link

@faizan102418 faizan102418 commented Feb 27, 2025

This PR updates the docker-compose.yml file to enhance network stability, prevent conflicts, and ensure proper container startup sequencing. The following changes and fixes have been implemented:
Updated #20
Removed version: '3.8' as it is no longer needed in recent Docker Compose versions.
Renamed host network to custom_network to avoid conflicts with the host network.
Implemented a custom bridge network to ensure IPv4 addressing works as expected.
Added a health check for Dicomhawk to confirm it is fully ready before the logserver starts, preventing issues caused by dependent services starting too soon.
Testing
Verified that docker compose up --build runs successfully without network conflicts.
I assure you that the dicomhawk initializes properly before logserver starts.
Checked network configurations to confirm stable communication between services.
Contributor :
Muhammad Faizan Sajid (PR author and contributor)
Reviewer :
@gtheodoridis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant