Skip to content

Commit

Permalink
feat: Update Teleray deploy file (closed #74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jul 15, 2019
1 parent 711fb78 commit 1f6a658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ SEEDER_MAPPROXY_CONFIG_PATH=/home/ubuntu/kargo/.kargo/configs/mapproxy
# Teleray
TELERAY_IMAGE=kalisio/k-teleray
TELERAY_TAG=latest
TELERAY_S3_BUCKET=kargo

# TileServer GL
TILESERVERGL_IMAGE=klokantech/tileserver-gl
Expand Down
5 changes: 2 additions & 3 deletions deploy/teleray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ services:
teleray:
image: ${TELERAY_IMAGE}:${TELERAY_TAG}
environment:
- S3_ACCESS_KEY=${S3_ACCESS_KEY}
- S3_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}
- S3_BUCKET=${TELERAY_S3_BUCKET}
environment:
- DB_URL=${TELERAY_DB_URL}
- SUBDOMAIN
- SLACK_WEBHOOK_URL
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $kargo build maputnik
| --- | --- | --- |
| `TELERAY_IMAGE` | The image to be used. | `kalisio/k-teleray` |
| `TELERAY_TAG` | The version to be used. | `0.1.0` |
| `TELERAY_S3_BUCKET` | The S3 bucket where to store the data. | `kargo` |
| `TELERAY_DB_URL` | The database URL where to write the data. | - |

### Thredds

Expand Down

0 comments on commit 1f6a658

Please sign in to comment.