Skip to content

Commit

Permalink
fix: Wrong express gateway S3 configuration (closes #252)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 28, 2021
1 parent d752b17 commit 1c8ac30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SLACK_WEBHOOK_URL=url to post alerts on slack
# S3 configuration
S3_ACCESS_KEY=your access key id to access S3
S3_SECRET_ACCESS_KEY=your secret key to access S3
S3_ENDPOINT=your S3 endpoint if not AWS

# Services to be deployed
STACKS="dbs services ows weacast hydro air apps"
Expand Down
5 changes: 3 additions & 2 deletions deploy/express-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ services:
- HTTPS_PROXY
- NO_PROXY
- MAPTILER_KEY=${MAPTILER_KEY}
- AWS_ACCESS_KEY_ID=${S3_ACCESS_KEY}
- AWS_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}
- S3_ACCESS_KEY
- S3_SECRET_ACCESS_KEY
- S3_ENDPOINT
configs:
- source: system_conf
target: /var/lib/eg/system.config.yml
Expand Down

0 comments on commit 1c8ac30

Please sign in to comment.