Skip to content

Commit 90d319c

Browse files
committed
current changes
1 parent 18d5a49 commit 90d319c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.4'
22

33
services:
44
parse:
5-
image: netreconlab/parse-hipaa:4.10.4
5+
image: netreconlab/parse-hipaa:latest
66
environment:
77
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
88
PARSE_SERVER_MASTER_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
@@ -44,7 +44,7 @@ services:
4444
depends_on:
4545
- parse
4646
db:
47-
image: netreconlab/hipaa-postgres:13-3.1
47+
image: netreconlab/hipaa-postgres:13-3_1
4848
environment:
4949
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
5050
PG_PARSE_USER: ${PG_PARSE_USER}

parse/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM parseplatform/parse-server:5.0.0-beta.3
1+
FROM parseplatform/parse-server:5.0.0-beta.1
22

33
USER root
44
RUN apk add postgresql-client;

0 commit comments

Comments
 (0)