Skip to content

Commit

Permalink
Updating docker compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 19, 2024
1 parent c4c6bd2 commit d0bd831
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
services:
ph-eye:
image: philterd/ph-eye:1.0.0
image: philterd/ph-eye:1.1.0
ports:
- "18080:5000"
networks:
- philter
environment:
model_name: "urchade/gliner_medium-v2.1"
# runtime: nvidia
# environment:
# - NVIDIA_VISIBLE_DEVICES=all
philter:
depends_on:
- ph-eye
image: philterd/philter:2.6.0
image: philterd/philter:2.7.0
ports:
- "8080:8080"
volumes:
Expand All @@ -19,13 +20,10 @@ services:
- ./distribution/policies/:/opt/philter/policies/
networks:
- philter
# runtime: nvidia
# environment:
# - NVIDIA_VISIBLE_DEVICES=all
philter-ui:
depends_on:
- philter
image: philterd/philter-ui:2.6.0
image: philterd/philter-ui:2.7.0
ports:
- "9000:9000"
networks:
Expand Down

0 comments on commit d0bd831

Please sign in to comment.