Skip to content

Commit

Permalink
fix: remove network
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Mistele committed Feb 7, 2025
1 parent cd3ffb2 commit 5169f19
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docker-compose.ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ services:
- ./node/inference/litellm/litellm_config.ollama.yml:/app/config.yaml
ports:
- '4000:4000' # TODO do not expose in production

networks:
default:
name: node-network
4 changes: 0 additions & 4 deletions docker-compose.single-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ services:
- ./node/inference/litellm/litellm_config.single_gpu.yml:/app/config.yaml # this should be the litellm config file
ports:
- '4000:4000'

networks:
default:
name: node-network
4 changes: 0 additions & 4 deletions docker-compose.vllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,3 @@ services:
- ./node/inference/litellm/litellm_config.vllm.yml:/app/config.yaml # this should be the litellm config file
ports:
- '4000:4000'

networks:
default:
name: node-network

0 comments on commit 5169f19

Please sign in to comment.