From 1dee3d3a1c586d616100f92d5d1fd64f5f2219ee Mon Sep 17 00:00:00 2001 From: frikky Date: Wed, 27 Apr 2022 20:51:36 +0200 Subject: [PATCH] Minor fixes for 1.0 --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e828a947..3ad3ec48 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ version: '3' services: frontend: - #build: ./frontend image: ghcr.io/frikky/shuffle-frontend:latest container_name: shuffle-frontend hostname: shuffle-frontend @@ -16,7 +15,6 @@ services: depends_on: - backend backend: - build: ./backend image: ghcr.io/frikky/shuffle-backend:latest container_name: shuffle-backend hostname: ${BACKEND_HOSTNAME} @@ -29,15 +27,11 @@ services: - /var/run/docker.sock:/var/run/docker.sock - ${SHUFFLE_APP_HOTLOAD_LOCATION}:/shuffle-apps:z - ${SHUFFLE_FILE_LOCATION}:/shuffle-files:z - #- ${SHUFFLE_OPENSEARCH_CERTIFICATE_FILE}:/shuffle-files/es_certificate env_file: .env environment: - SHUFFLE_APP_HOTLOAD_FOLDER=/shuffle-apps - SHUFFLE_FILE_LOCATION=/shuffle-files restart: unless-stopped - #depends_on: - #- opensearch #Not necessary because dependancy is handled within the backend itself instead - #- database orborus: image: ghcr.io/frikky/shuffle-orborus:latest container_name: shuffle-orborus