Skip to content

docker-compose cleanup#213

Merged
whikernel merged 2 commits into
dfir-iris:developfrom
juadde:Docker-compose
Apr 18, 2023
Merged

docker-compose cleanup#213
whikernel merged 2 commits into
dfir-iris:developfrom
juadde:Docker-compose

Conversation

@juadde

@juadde juadde commented Apr 17, 2023

Copy link
Copy Markdown
Contributor

In docker-compose, there is no need to export ports (but maybe it was for debugging purposes?), because as long as the containers are in the same network they can communicate (bridge is the default network driver, so we could remove those lines too).

Would you be OK with this cleanup? (IRIS seems OK after the change)

@whikernel whikernel self-requested a review April 18, 2023 06:17
@whikernel whikernel changed the base branch from master to develop April 18, 2023 06:17
@whikernel whikernel self-assigned this Apr 18, 2023

@whikernel whikernel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi @juadde

Indeed we can clean up most of them. I would still like to keep the DB and the WebApp because it helps a lot to troubleshoot when people have issues. Otherwise we need to split the dockerfile in multiple dockerfiles and use one for debug, but it slightly complexify the setup.

@juadde

juadde commented Apr 18, 2023

Copy link
Copy Markdown
Contributor Author

Sure, I can understand, what would you think of this ?

@whikernel

Copy link
Copy Markdown
Contributor

Looks good to me! 👍 We'll also add a note in the documentation

@whikernel whikernel merged commit 04d682d into dfir-iris:develop Apr 18, 2023
@whikernel whikernel mentioned this pull request Apr 18, 2023
@juadde juadde deleted the Docker-compose branch May 30, 2023 06:49
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.

2 participants