File tree Expand file tree Collapse file tree 2 files changed +606
-0
lines changed Expand file tree Collapse file tree 2 files changed +606
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ services:
71
71
- parse
72
72
parse :
73
73
image : netreconlab/parse-hipaa:6.0.0-alpha-dashboard
74
+ # Uncomment the image below to use Parse Server 5.4.0 instead. Be sure to comment out 6.0.0x
75
+ # image: netreconlab/parse-hipaa:5.4.0-dashboard
74
76
environment :
75
77
<< : *shared_environment
76
78
PARSE_SERVER_URL : http://parse:${PORT}${MOUNT_PATH}
@@ -81,6 +83,8 @@ services:
81
83
volumes :
82
84
- ./parse/wait-for-postgres.sh:/parse-server/wait-for-postgres.sh
83
85
- ./parse/index.js:/parse-server/index.js
86
+ # Uncomment the mount below to use Parse Server 5.4.0 instead. Be sure to comment out the index.js mount above
87
+ # - ./parse/index-5.4.0.js:/parse-server/index.js
84
88
- ./parse/cloud:/parse-server/cloud
85
89
- ./parse/files:/parse-server/files # All files uploaded from users are stored to an ecrypted drive locally for HIPAA compliance
86
90
restart : always
You can’t perform that action at this time.
0 commit comments