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

Change the devcontainer configuration to use docker compose instead of collocated services #48891

Merged
merged 4 commits into from Aug 8, 2023

Commits on Aug 5, 2023

  1. Run postgresql using docker compose on devcontainer

    This will make easier to make sure the service is running when the
    development container is started.
    
    Before after the first time the container was created, if it was
    restarted you needed to run the boot.sh script manually to start the
    service.
    rafaelfranca committed Aug 5, 2023
    1 Configuration menu
    Copy the full SHA
    451dec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc4dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d7732 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96c371 View commit details
    Browse the repository at this point in the history