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

#1806 Add DevContainer configuration #1807

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Add DevContainer configuration

    This commit introduces DevContainers based on quickstart, improving the handling of the development environment.
    Ports 80 (quickstart project) and 8025 (mailhog) are forwarded within the DevContainer setup. This enhances connectivity and ease of access for local development and debugging with frontend services running inside the container.
    MarianPalkus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    43a1838 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add parallel build:dev script and update dev commands

    Introduce a new "build:dev" script in the frontend package.json to allow parallel builds. Modify related development commands in frontend-sdk and elements to use the correct "build:dev" command. Adjust docker-compose setup to run the new "build:dev" script.
    MarianPalkus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5c6e69a View commit details
    Browse the repository at this point in the history
  2. [devcontainers] Refactor Nginx configuration for serving static files

    Simplify the Nginx setup by removing the elements-nginx service and directly serving static files from the main Nginx container. Updated volume mounts and configuration to reflect these changes.
    MarianPalkus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a3741ab View commit details
    Browse the repository at this point in the history
  3. [devcontainers] Simplify dev container setup paths and directory stru…

    …cture
    
    Moved dev containers related files to .devcontainer for better organization and simplified path references in devcontainers-full-setup.yaml.
    MarianPalkus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e80ba98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fbb54e View commit details
    Browse the repository at this point in the history
  5. [devcontainers] Remove /mail/ proxy location

    The /mail/ proxy location block has been deleted from the devcontainer-nginx.conf file.
    MarianPalkus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3f36389 View commit details
    Browse the repository at this point in the history