Skip to content

Instantly share code, notes, and snippets.

View menneni's full-sized avatar

Thej Kamal Rao Menneni menneni

View GitHub Profile
_:PERSON1 <person_name> “PERSON1” . #
_:PERSON2 <person_name> “PERSON2” . #
_:PERSON3 <person_name> “PERSON3” . #
_:profile1 <profile_id> “z1” . #
_:profile2 <profile_id> “z2” . #
_:profile3 <profile_id> “z3” . #
_:profile4 <profile_id> “z4” . #
_:profile5 <profile_id> “z5” . #
_:profile6 <profile_id> “z6” . #
_:profile7 <profile_id> “z7” . #
version: "3.2"
services:
zero:
image: dgraph/dgraph:latest
volumes:
- type: volume
source: dgraph
target: /dgraph
volume:
nocopy: true
@menneni
menneni / docker-compose.yml
Last active September 21, 2019 08:59
docker compose for running ana server microservices
version: "2.1"
services:
redis:
image: "redis:latest"
ports:
- "6378:6379"
mongodb:
image: "mongo:latest"
ports:
- "27016:27017"