Skip to content

Commit

Permalink
POC-399
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Jul 5, 2023
1 parent 238be23 commit fc94853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
etl-prod:
container_name: etl-rest-server-prod
image: ampathke/etl-services:v2.16.5.2
image: ampathke/etl-services:POC-399
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
- TZ=Africa/Nairobi
Expand All @@ -11,13 +11,13 @@ services:
- 8.8.8.8

volumes:
- /media/data/etl/conf:/opt/etl/conf
- /media/data/etl/uploads:/opt/etl/uploads
- /opt/etl/conf:/opt/etl/conf
- /opt/etl/uploads:/opt/etl/uploads
# deploy:
# mode: replicated
# replicas: 1
# placement:
# constraints:
# - node.hostname == upgrade1
ports:
- 9141:8002
- 8012:8004
2 changes: 1 addition & 1 deletion programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5449,7 +5449,7 @@
"allowedIf": "programLocation === intendedVisitLocationUuid && (!isFirstAMPATHHIVVisit || !isFirstPNCVisit) && gender==='F'",
"encounterTypes": [
{
"uuid": "ded4ecf7-8129-4a9e-8aa3-a21a7adb7759",
"uuid": "db215741-de99-424a-a109-1f23eb3b680b",
"display": "PNC ADULTRETURN"
},
{
Expand Down

0 comments on commit fc94853

Please sign in to comment.