Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
- uses the new `createRoot` API in the React frontend.
  • Loading branch information
eatyourgreens committed Jun 25, 2024
1 parent 7a1052a commit 364e629
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docker-compose.stage.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Staging environment - as production except for domain
services:
frontend:
image: ghcr.io/nismod/jsrat-frontend:0.4
image: ghcr.io/nismod/jsrat-frontend:0.4.1
platform: linux/amd64
build: ./frontend
ports:
- "3000:80"

backend:
image: ghcr.io/nismod/jsrat-backend:0.4
image: ghcr.io/nismod/jsrat-backend:0.4.1
platform: linux/amd64
build: ./backend
ports:
Expand All @@ -17,7 +17,7 @@ services:
- ./envs/.backend.env

vector-tileserver:
image: ghcr.io/nismod/jsrat-vector-tileserver:0.4
image: ghcr.io/nismod/jsrat-vector-tileserver:0.4.1
platform: linux/amd64
build:
context: ./tileserver/vector
Expand All @@ -39,7 +39,7 @@ services:
- ./tileserver/vector/config.json:/config.json

raster-tileserver:
image: ghcr.io/nismod/jsrat-raster-tileserver:0.4
image: ghcr.io/nismod/jsrat-raster-tileserver:0.4.1
platform: linux/amd64
build: ./tileserver/raster
ports:
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irv-jamaica",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 364e629

Please sign in to comment.