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

docker-compose - backend selection on startup #106

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

desmax74
Copy link
Contributor

@desmax74 desmax74 commented Oct 26, 2023

See: guacsec/guac#1435
and guacsec/guac#1434

The PR 1434 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

In the make file the make start-service run the in memory option

@netlify
Copy link

netlify bot commented Oct 26, 2023

Deploy Preview for resonant-wisp-1a517a ready!

Name Link
🔨 Latest commit b305d68
🔍 Latest deploy log https://app.netlify.com/sites/resonant-wisp-1a517a/deploys/653a2aeae57de50008278227
😎 Deploy Preview https://deploy-preview-106--resonant-wisp-1a517a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@desmax74
Copy link
Contributor Author

@lumjjb worth to mention the other backends options here (ent/neo4j/arango) ?

@desmax74 desmax74 changed the title 1434-docker-compose - backend selection on startup docker-compose - backend selection on startup Oct 26, 2023
@desmax74
Copy link
Contributor Author

@mihaimaruseac

@pxp928
Copy link
Contributor

pxp928 commented Oct 30, 2023

@lumjjb worth to mention the other backends options here (ent/neo4j/arango) ?

Not yet. Once those are fully supported, we can call them out.

@pxp928 pxp928 merged commit 3148170 into guacsec:main Oct 30, 2023
5 checks passed
@pxp928
Copy link
Contributor

pxp928 commented Oct 30, 2023

@desmax74 please reopen this PR once the revert PR has gone through and we can get the changes in for next release.

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