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

1434-docker-compose - backend selection on startup #1435

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

desmax74
Copy link
Contributor

@desmax74 desmax74 commented Oct 25, 2023

Description of the PR

See: #1434

This PR enable the startup of guac with docker compose choosing the backend

  • In memory docker compose -f docker-compose.yml -f container_files/mem.yaml up

  • Arango docker compose -f docker-compose.yml -f container_files/arango.yaml up

  • Ent docker compose -f docker-compose.yml -f container_files/ent.yaml up

  • Neo4j docker compose -f docker-compose.yml -f container_files/neo4j.yaml up

PR Checklist

  • All commits have a Developer Certificate of Origin (DCO) -- they are generated using -s flag to git commit.
  • All new changes are covered by tests
  • If GraphQL schema is changed, make generate has been run
  • If collectsub protobuf has been changed, make proto has been run
  • All CI checks are passing (tests and formatting)
  • All dependent PRs have already been merged

@desmax74 desmax74 marked this pull request as draft October 25, 2023 13:22
@desmax74 desmax74 force-pushed the 1434-docker-compose-split branch from d4aabc2 to fda5dae Compare October 25, 2023 13:26
@desmax74 desmax74 marked this pull request as ready for review October 25, 2023 13:28
@desmax74 desmax74 force-pushed the 1434-docker-compose-split branch 2 times, most recently from d956f52 to 831865e Compare October 25, 2023 13:52
Copy link
Contributor

@lumjjb lumjjb left a comment

Choose a reason for hiding this comment

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

LGTM - could you change the make file for make start-service to default to inmemory command? also, would be great to make a change to https://github.com/guacsec/guac-docs/blob/main/setup.md as well! Thanks

@desmax74 desmax74 force-pushed the 1434-docker-compose-split branch from 9367618 to cb4bafc Compare October 27, 2023 16:00
@kodiakhq kodiakhq bot merged commit 8336525 into guacsec:main Oct 28, 2023
8 checks passed
dejanb pushed a commit to trustification/guac that referenced this pull request Nov 6, 2023
@cklim24

This comment was marked as spam.

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

Successfully merging this pull request may close these issues.

4 participants