Skip to content

Commit

Permalink
Simplifying docker files and adding codeowners file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Sep 14, 2024
1 parent 8148076 commit 053d7e6
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 294 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jzonthemtn
32 changes: 0 additions & 32 deletions Dockerfile.philter

This file was deleted.

29 changes: 0 additions & 29 deletions Dockerfile.philter-ner

This file was deleted.

15 changes: 0 additions & 15 deletions Dockerfile.philter-ui

This file was deleted.

202 changes: 0 additions & 202 deletions distribution/LICENSE.txt

This file was deleted.

7 changes: 0 additions & 7 deletions distribution/README.txt

This file was deleted.

12 changes: 3 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
services:
philter-ner:
build:
context: ./
dockerfile: Dockerfile.philter-ner
image: philterd/philter-ner:2.5.0-general-lite-3.0
ports:
- "8000:18080"
networks:
- philter
philter:
depends_on:
- philter-ner
build:
context: ./
dockerfile: Dockerfile.philter
image: philterd/philter:2.5.0
ports:
- "8080:8080"
networks:
Expand All @@ -21,9 +17,7 @@ services:
depends_on:
- philter-ner
- philter
build:
context: ./
dockerfile: Dockerfile.philter-ui
image: philterd/philter-ui:2.5.0
ports:
- "9000:9000"
networks:
Expand Down

0 comments on commit 053d7e6

Please sign in to comment.