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
34
34
PARSE_SERVER_DIRECT_ACCESS : ' false' # WARNING: Setting to 'true' is known to cause crashes on parse-hipaa running postgres
35
35
PARSE_SERVER_ENABLE_PRIVATE_USERS : ' true'
36
36
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'
37
41
PARSE_DASHBOARD_START : ' true'
38
42
PARSE_DASHBOARD_APP_NAME : Parse HIPAA
39
43
PARSE_DASHBOARD_USERNAMES : parse, parseRead
@@ -70,7 +74,7 @@ services:
70
74
depends_on :
71
75
- parse
72
76
parse :
73
- image : netreconlab/parse-hipaa:6.0.0-alpha- dashboard
77
+ image : netreconlab/parse-hipaa:6.0.0-dashboard
74
78
# Uncomment the image below to use Parse Server 5.4.0 instead. Be sure to comment out 6.0.0x
75
79
# image: netreconlab/parse-hipaa:5.4.0-dashboard
76
80
environment :
You can’t perform that action at this time.
0 commit comments