From a9fd1bbdc550e34947ca684f35946b21d7b43d20 Mon Sep 17 00:00:00 2001 From: Marc Portier Date: Thu, 16 May 2024 12:01:43 +0200 Subject: [PATCH] reintroduce the build context to support docker-compose build --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 1488074..ad37622 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -108,6 +108,8 @@ services: restart: always logging: *default-logging vocab-fetch: + build: + context: ./services/vocab-fetch image: ghcr.io/vlizbe/vocabserver-app/vocab-fetch:${TAG_VERSION} volumes: - ./data/vocab-fetch:/share @@ -120,6 +122,8 @@ services: restart: always logging: *default-logging content-unification: + build: + context: ./services/content-unification image: ghcr.io/vlizbe/vocabserver-app/content-unification:${TAG_VERSION} volumes: - ./data/vocab-fetch:/share @@ -150,6 +154,8 @@ services: restart: always logging: *default-logging vocab-configs: + build: + context: ./services/vocab-configs image: ghcr.io/vlizbe/vocabserver-app/vocab-configs:${TAG_VERSION} environment: MU_APPLICATION_FILE_STORAGE_PATH: "vocab-configs/"