Skip to content

Commit

Permalink
Updating docker compose for ph-eye.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Sep 25, 2024
1 parent 55d400a commit 0ed0b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/policies/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dictionaries": [],
"person": {
"phEyeConfiguration": {
"endpoint": "http://localhost:5000"
"endpoint": "http://ph-eye:5000"
},
"personFilterStrategies": [{
"strategy": "REDACT",
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ services:
image: philterd/philter:2.6.0
ports:
- "8080:8080"
volumes:
- ./distribution/philter.properties:/opt/philter/philter.properties
- ./distribution/indexes/:/opt/philter/indexes/
- ./distribution/policies/:/opt/philter/policies/
networks:
- philter
# runtime: nvidia
Expand Down

0 comments on commit 0ed0b1f

Please sign in to comment.