Skip to content

Commit e7dbb85

Browse files
committed
docs: Add Parse Server 5.4.0 example
1 parent 48aa9af commit e7dbb85

File tree

2 files changed

+606
-0
lines changed

2 files changed

+606
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ services:
7171
- parse
7272
parse:
7373
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
7476
environment:
7577
<<: *shared_environment
7678
PARSE_SERVER_URL: http://parse:${PORT}${MOUNT_PATH}
@@ -81,6 +83,8 @@ services:
8183
volumes:
8284
- ./parse/wait-for-postgres.sh:/parse-server/wait-for-postgres.sh
8385
- ./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
8488
- ./parse/cloud:/parse-server/cloud
8589
- ./parse/files:/parse-server/files # All files uploaded from users are stored to an ecrypted drive locally for HIPAA compliance
8690
restart: always

0 commit comments

Comments
 (0)