Skip to content

Commit

Permalink
Add guardianconnector-views
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed May 26, 2024
1 parent d9c3db2 commit 3f8edbd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
6 changes: 4 additions & 2 deletions balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,24 @@ data:
- SYNC_INSTALLERS_NAME: INSTALLERS-edt
- SYNC_TILES_ID: kfgre-slfl7
- SYNC_TILES_NAME: Map-Tiles
# Multiple services
- MAPBOX_ACCESS_TOKEN:
# Terrastories
- HOST_HOSTNAME: edt.local
- OFFLINE_MAP_STYLE: http://edt.local:8085/styles/terrastories-map/style.json
- MAPBOX_ACCESS_TOKEN: "pk.eyJ1IjoibHVhbmRybyIsImEiOiJjanY2djRpdnkwOWdqM3lwZzVuaGIxa3VsIn0.jamcK2t2I1j3TXkUQFIsjQ"
- USE_LOCAL_MAP_SERVER: "true"
- RAILS_ENV: "offline"
# map-packer
- AZURE_STORAGE_CONNECTION_ACCOUNT_NAME:
- AZURE_STORAGE_CONNECTION_STORAGE_KEY:
- MAPBOX_ACCESS_TOKEN:
- MAPBOX_STYLE:
- MAPBOX_STYLE_NAME:
- MAP_ZOOM:
- MAP_LATITUDE:
- MAP_LONGITUDE:
- VUE_APP_PLANET_API_KEY:
# guardianconnector-views
- NUXT_ENV_VIEWS_CONFIG:
defaultDeviceType: "raspberrypi4-64"
supportedDeviceTypes:
- "raspberrypi3-64"
Expand Down
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,21 @@ services:
OFFLINE_MAPS_URI: edt.local:8087/offline_maps/
PORT: 8091
VUE_APP_API_KEY: 3700dc88-b8d7-4237-bd89-3b865a3915e6
# https://hub.docker.com/r/communityfirst/guardianconnector-views
guardianconnector-views:
image: communityfirst/guardianconnector-views:latest
restart: unless-stopped
ports:
- 8092:8080
environment:
DATABASE: warehouse
DB_HOST: database
DB_USER: postgres
DB_PASSWORD: postgres
DB_PORT: 8083
DB_SSL: false
SQLITE: NO
PORT: 8092
NUXT_ENV_AUTH_STRATEGY: none
VUE_APP_API_KEY: 3700dc88-b8d7-4237-bd89-3b865a3915e6

0 comments on commit 3f8edbd

Please sign in to comment.