Skip to content

Commit c9f30fc

Browse files
authored
feat: fix compose env (#1112)
1 parent 1fe822a commit c9f30fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

envs/docker.env.overrides

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Override for host
22
POSTGRES_HOST=aperag-postgres
3+
REDIS_HOST=aperag-redis
4+
ES_HOST_NAME=aperag-es
5+
NEO4J_HOST=aperag-neo4j
6+
NEBULA_HOST=aperag-nebula
37
CELERY_BROKER_URL=redis://default:password@aperag-redis:6379/0
48
DATABASE_URL="postgresql://postgres:postgres@aperag-postgres:5432/postgres"
59
VECTOR_DB_CONTEXT={"url":"http://aperag-qdrant", "port":6333, "distance":"Cosine", "timeout": 1000}

0 commit comments

Comments
 (0)