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

Feat: Integrate Frontend Service with Docker #1

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

MagnusS0
Copy link
Owner

  • Add docker-compose.yml for orchestrating multi-container Docker applications.
  • Introduce a new Dockerfile in the frontend directory for building the frontend service.
  • Initialize Python package by adding init.py in the frontend directory.
  • Move frontend_app.py to the new frontend directory.
  • Add dedicated poetry.lock and pyproject.toml for frontend service dependencies.
  • Update the root poetry.lock and pyproject.toml files to not include streamlit dependencies.

The frontend service is now dockerized and integrated with the backend service using Docker Compose. The frontend and backend services are defined and configured in the docker-compose.yml file, allowing them to be built and run together, ensuring seamless interaction between the two.

- Add docker-compose.yml for orchestrating multi-container Docker applications.
- Introduce a new Dockerfile in the frontend directory for building the frontend service.
- Initialize Python package by adding __init__.py in the frontend directory.
- Move frontend_app.py to the new frontend directory.
- Add dedicated poetry.lock and pyproject.toml for frontend service dependencies.
- Update the root poetry.lock and pyproject.toml files to not include streamlit dependencies.

The frontend service is now dockerized and integrated with the backend service using Docker Compose. The frontend and backend services are defined and configured in the docker-compose.yml file, allowing them to be built and run together, ensuring seamless interaction between the two.
@MagnusS0 MagnusS0 merged commit 026a0f0 into master Sep 24, 2023
1 check passed
@MagnusS0 MagnusS0 deleted the front-end branch September 24, 2023 15:51
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