Skip to content

Commit

Permalink
update files (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Oct 18, 2022
1 parent 46189a3 commit 93f6752
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- db
command: ["node", "index.js"]
dashboard:
image: parseplatform/parse-dashboard:4.2.0-beta.2
image: parseplatform/parse-dashboard:latest
environment:
PARSE_DASHBOARD_TRUST_PROXY: 1
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.no.hipaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- db
command: ["./wait-for-postgres.sh", "db", "node", "index.js"]
dashboard:
image: parseplatform/parse-dashboard:4.2.0-beta.2
image: parseplatform/parse-dashboard:latest
environment:
PARSE_DASHBOARD_TRUST_PROXY: 1
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system
Expand All @@ -51,7 +51,7 @@ services:
depends_on:
- parse
db:
image: postgis/postgis:14-3.3
image: postgis/postgis:latest
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
PG_PARSE_USER: ${PG_PARSE_USER}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
depends_on:
- db
dashboard:
image: parseplatform/parse-dashboard:4.2.0-beta.2
image: parseplatform/parse-dashboard:latest
environment:
PARSE_DASHBOARD_TRUST_PROXY: 1
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system
Expand All @@ -51,7 +51,7 @@ services:
depends_on:
- parse
db:
image: netreconlab/hipaa-postgres:14-3.3
image: netreconlab/hipaa-postgres:latest
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
PG_PARSE_USER: ${PG_PARSE_USER}
Expand Down
2 changes: 1 addition & 1 deletion parse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM parseplatform/parse-server:5.2.7
FROM parseplatform/parse-server:5.2.8

# Install necessary dependencies and setup folders a root
USER root
Expand Down

0 comments on commit 93f6752

Please sign in to comment.