Skip to content

Commit

Permalink
feat: Remove experimental support of CesiumTerrainServer (close #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Apr 21, 2019
1 parent c20485f commit d3dade9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
15 changes: 4 additions & 11 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,14 @@ S3_ACCESS_KEY=your access key id to access S3
S3_SECRET_ACCESS_KEY=your secret key to access S3

# Services to be deployed
STACKS="dbs apps weacast vigicrues jobs seeder"
APPS_STACK="tileservergl mapproxy mapputnik k2"
DBS_STACK="mongo"
STACKS="dbs ows weacast vigicrues jobs seeder apps"
DBS_STACK="mongo postgis"
OWS_STACK="tileservergl mapproxy geoserver thredds k2"
WEACAST_STACK="weacast arpege-world-loader arpege-europe-loader arome-france-loader gfs-world-loader"
VIGICRUES_STACK="vigicrues-stations vigicrues-observations vigicrues-sections"
JOBS_STACK="teleray"
SEEDER_STACK="seeder"

#
# CesiumTerrainServer
#
CESIUMTERRAINSERVER_IMAGE=geodata/cesium-terrain-server
CESIUMTERRAINSERVER_TAG=latest
CESIUMTERRAINSERVER_DATA_PATH=/mnt/data0/cesiumterrainserver_data
CESIUMTERRAINSERVER_REPLICAS=1
APP_STACK="maputnik kano"

#
# K2
Expand Down
22 changes: 0 additions & 22 deletions deploy/cesiumterrainserver.yml

This file was deleted.

0 comments on commit d3dade9

Please sign in to comment.