File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ x-shared_environment: &shared_environment
3434 PARSE_SERVER_DIRECT_ACCESS : ' false' # WARNING: Setting to 'true' is known to cause crashes on parse-hipaa running postgres
3535 PARSE_SERVER_ENABLE_PRIVATE_USERS : ' true'
3636 PARSE_SERVER_USING_PARSECAREKIT : ' false' # If you are not using ParseCareKit, set this to 'false'
37+ PARSE_SERVER_RATE_LIMIT : ' true'
38+ PARSE_SERVER_RATE_LIMIT_REQUEST_COUNT : ' 1'
39+ PARSE_SERVER_RATE_LIMIT_INCLUDE_PRIMARY_KEY : ' false'
40+ PARSE_SERVER_RATE_LIMIT_INCLUDE_INTERNAL_REQUESTS : ' false'
3741 PARSE_DASHBOARD_START : ' true'
3842 PARSE_DASHBOARD_APP_NAME : Parse HIPAA
3943 PARSE_DASHBOARD_USERNAMES : parse, parseRead
@@ -70,7 +74,7 @@ services:
7074 depends_on :
7175 - parse
7276 parse :
73- image : netreconlab/parse-hipaa:6.0.0-alpha- dashboard
77+ image : netreconlab/parse-hipaa:6.0.0-dashboard
7478 # Uncomment the image below to use Parse Server 5.4.0 instead. Be sure to comment out 6.0.0x
7579 # image: netreconlab/parse-hipaa:5.4.0-dashboard
7680 environment :
You can’t perform that action at this time.
0 commit comments