Skip to content

Commit

Permalink
chore: removing ogbv-ml-rest container
Browse files Browse the repository at this point in the history
chore: removing ogbv-ml-rest container
  • Loading branch information
aatmanvaidya committed Nov 21, 2023
2 parents 17248fb + 36c7132 commit ce04154
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions browser-extension/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,3 @@ services:
- "./api-server:/app"
env_file:
- "./api-server/development.env"

ogbv-ml-rest:
container_name: ogbv-ml-rest
build:
context: ../ogbv-ml-rest
dockerfile: Dockerfile
restart: always
volumes:
- "~/data/ogbv_plugin/assets:/app/assets"
- "~/data/ogbv_plugin/ml-cache:/root/.cache/huggingface/transformers"
ports:
- 8081:80
environment:
DB_HOST: db
DB_PORT: 3306
DB_USERNAME: tattle
DB_PASSWORD: tattle_pw

0 comments on commit ce04154

Please sign in to comment.