File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -508,6 +508,7 @@ Add `calendar` container to the docker-compose.yaml
508508 - ACCOUNTS_URL=http://account:3000
509509 - STATS_URL=http://stats:4900
510510 - SECRET=${SECRET}
511+ - KVS_URL=http://kvs:8094
511512 restart: unless-stopped
512513 networks:
513514 - huly_net
Original file line number Diff line number Diff line change @@ -212,6 +212,20 @@ services:
212212 restart : unless-stopped
213213 networks :
214214 - huly_net
215+
216+ kvs :
217+ image : hardcoreeng/hulykvs:${HULY_VERSION}
218+ depends_on :
219+ cockroach :
220+ condition : service_started
221+ ports :
222+ - 8094:8094
223+ environment :
224+ - HULY_DB_CONNECTION=${CR_DB_URL}
225+ - HULY_TOKEN_SECRET=${SECRET}
226+ restart : unless-stopped
227+ networks :
228+ - huly_net
215229
216230volumes :
217231 # These named volumes are used when custom volume paths are not specified
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ gmail:
122122 - MINIO_ENDPOINT=minio
123123 - MINIO_ACCESS_KEY=minioadmin
124124 - MINIO_SECRET_KEY=minioadmin
125- - KVS_URL=http://huly.local :8094
125+ - KVS_URL=http://kvs :8094
126126 - STORAGE_CONFIG=${STORAGE_CONFIG}
127127 - VERSION=v1 # Use v1 (default) or v2 (beta, requires chat/inbox modules)
128128 - MONGO_URI=mongodb://mongodb:27017
You can’t perform that action at this time.
0 commit comments