Skip to content

Commit

Permalink
Legacy Platform config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ka7eh authored Oct 19, 2022
1 parent 8ab27d7 commit 5c613f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5c613f2

Please sign in to comment.