Skip to content

Commit

Permalink
Drop explicit reference to vars from secrets.env
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jul 25, 2024
1 parent 6d98840 commit 5824952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions devops/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ services:
- APP_ENV=local
- ASSETS_BASE_DIR=/assets
- DESIGNSAFE_URL=${DESIGNSAFE_URL}
# from secrets.env
- FLASK_SESSION_SECRET_KEY=${FLASK_SESSION_SECRET_KEY}
- TAPIS_CLIENT_ID=${TAPIS_CLIENT_ID}
- TAPIS_CLIENT_KEY=${TAPIS_CLIENT_KEY}

stdin_open: true
tty: true
Expand Down
4 changes: 0 additions & 4 deletions devops/geoapi-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ services:
- FLASK_APP=/app/geoapi/app.py
- ASSETS_BASE_DIR=/assets
- DESIGNSAFE_URL=${DESIGNSAFE_URL}
# from secrets.env
- FLASK_SESSION_SECRET_KEY=${FLASK_SESSION_SECRET_KEY}
- TAPIS_CLIENT_ID=${TAPIS_CLIENT_ID}
- TAPIS_CLIENT_KEY=${TAPIS_CLIENT_KEY}
stdin_open: true
tty: true
container_name: geoapi
Expand Down

0 comments on commit 5824952

Please sign in to comment.