From 84351031484979ac329f1b125758c241bd780f84 Mon Sep 17 00:00:00 2001 From: Jay Gohil <59703162+gohil-jay@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:50:33 +0530 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6485cde9..1b5fec12 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: depends_on: - backend backend: - #build: ./backend + # build: ./backend image: ghcr.io/frikky/shuffle-backend:nightly container_name: shuffle-backend hostname: ${BACKEND_HOSTNAME} @@ -36,7 +36,8 @@ services: - SHUFFLE_FILE_LOCATION=/shuffle-files restart: unless-stopped #depends_on: - # - opensearch #- Not necessary because dependancy is handled within the backend itself instead + #- opensearch + #- database orborus: #build: ./functions/onprem/orborus image: ghcr.io/frikky/shuffle-orborus:nightly