Skip to content

Commit

Permalink
chore: v0.4.0
Browse files Browse the repository at this point in the history
- update package and image versions.
- update the frontend package name.
  • Loading branch information
eatyourgreens committed Jun 11, 2024
1 parent 2504116 commit 67fd3e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.1
image: ghcr.io/nismod/jsrat-frontend:0.4
platform: linux/amd64
build: ./frontend
ports:
- "3000:80"

backend:
image: ghcr.io/nismod/jsrat-backend:0.1
image: ghcr.io/nismod/jsrat-backend:0.4
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.1
image: ghcr.io/nismod/jsrat-vector-tileserver:0.4
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.1
image: ghcr.io/nismod/jsrat-raster-tileserver:0.4
platform: linux/amd64
build: ./tileserver/raster
ports:
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infra-risk-vis",
"version": "0.2.0",
"name": "irv-jamaica",
"version": "0.4.0",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 67fd3e1

Please sign in to comment.