Skip to content

Commit

Permalink
Merge pull request #39 from bento-platform/qa/v3.7
Browse files Browse the repository at this point in the history
v3.7.2 rc-1
  • Loading branch information
brouillette authored Jan 25, 2023
2 parents 8f5a459 + 5af2f7c commit ca96b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ services:
# Runtime
- FLASK_DEBUG=False
- FLASK_APP=app
- DATABASE=/drs/data/db/ # slightly confused naming, folder for database to go in
- DATA=/drs/data/obj/ # DRS file objects, vs. the database
- DATABASE=/drs/bento_drs/data/db/ # slightly confused naming, folder for database to go in
- DATA=/drs/bento_drs/data/obj/ # DRS file objects, vs. the database
- INTERNAL_PORT=${GOHAN_DRS_INTERNAL_PORT}
volumes:
- ${GOHAN_DRS_DATA_DIR}:/drs/data
Expand Down
2 changes: 1 addition & 1 deletion etc/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GOHAN_DEBUG=false
GOHAN_SERVICE_CONTACT=[email protected]
GOHAN_SEMVER=3.7.1
GOHAN_SEMVER=3.7.2
GOHAN_SERVICES="gateway api elasticsearch kibana drs authorization"

# GOOS=linux
Expand Down

0 comments on commit ca96b8e

Please sign in to comment.