From 5c613f2a70fc64048dc40f1fe44194307798e5e1 Mon Sep 17 00:00:00 2001 From: Kaveh Karimi <4112646+ka7eh@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:02:11 +0200 Subject: [PATCH] Legacy Platform config This version only supports preconfigured sites. The data for these sites are created with https://github.com/NorESMhub/noresm-lsp-input. The sites configurations are added in the relevant XML files, which should support using restart files. --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f9e2c0ad..c4de8fb1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: api: - image: ghcr.io/noresmhub/ctsm-api:${API_VERSION:-latest} + image: ghcr.io/noresmhub/ctsm-api:legacy restart: unless-stopped entrypoint: /ctsm-api/docker/entrypoint_api.sh environment: @@ -19,7 +19,7 @@ services: - ./resources:/ctsm-api/resources tasks: - image: ghcr.io/noresmhub/ctsm-api:${API_VERSION:-latest} + image: ghcr.io/noresmhub/ctsm-api:legacy restart: unless-stopped entrypoint: /ctsm-api/docker/entrypoint_tasks.sh environment: @@ -41,7 +41,7 @@ services: - default ui: - image: ghcr.io/noresmhub/noresm-lsp-ui:${PLATFORM_VERSION:-latest} + image: ghcr.io/noresmhub/noresm-lsp-ui:legacy restart: unless-stopped ports: - ${PORT:-8080}:80