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