Get the images and configuration
Save the Compose file in a new directory. It pulls the latest database and Explorer images from Docker Hub, and Docker chooses ARM64 or x86-64 for your machine.
Use Docker Compose to start Galactus DB and Explorer. Then connect your app or open Explorer and try your first Cypher query.
Save the Compose file in a new directory. It pulls the latest database and Explorer images from Docker Hub, and Docker chooses ARM64 or x86-64 for your machine.
Create a .env file beside compose.yaml. Replace the example value with a password of at least 12 characters.
GDB_INITIAL_PASSWORD=replace-with-your-passwordRun this in the same directory, then open Explorer at http://127.0.0.1:7474.
docker compose up -d