Skip to content

Commit

Permalink
Merge pull request #77 from memphisdev/master
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
valeraBr authored Aug 9, 2023
2 parents 0590ece + eaa05d6 commit 86e8ef8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/mandatory_variable_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
STATUS=TRUE
# Array of mandatory expressions in docker-compose file

array=( DOCKER_ENV=true LOGS_RETENTION_IN_DAYS=3 ROOT_PASSWORD=memphis CONNECTION_TOKEN=memphis )
array=( DOCKER_ENV=true ROOT_PASSWORD=memphis CONNECTION_TOKEN=memphis )

# For loop that validate each expression in array
for i in "${array[@]}"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div align="center">

![github memphis banner](https://user-images.githubusercontent.com/70286779/229371212-8531c1e1-1a9d-4bbe-9285-b4dbb8601bfa.jpeg)
![Banner- Memphis dev streaming (2)](https://github.com/memphisdev/memphis-docker/assets/107035359/ef4cac69-43df-4e43-b349-afab0dec9ddd)


</div>

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- POSTGRESQL_DATABASE=memphis
- POSTGRESQL_PORT_NUMBER=5005
memphis:
image: "memphisos/memphis:1.0.3-stable"
image: "memphisos/memphis:1.1.1-stable"
depends_on:
memphis-metadata:
condition: service_healthy
Expand Down

0 comments on commit 86e8ef8

Please sign in to comment.