Skip to content

Commit

Permalink
fix: ports in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Mistele committed Feb 4, 2025
1 parent ef4ad97 commit 154493b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.vllm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ services:
source: ./node/inference/configs
target: /usr/app # configs like chat templates, vllm configs, tool parsers
ipc: host
ports:
- '8008:8000' # TODO TEMPORARY
deploy:
resources:
reservations:
Expand Down Expand Up @@ -54,8 +52,6 @@ services:
target: /usr/app # configs like chat templates, vllm configs, tool parsers
ipc: host
restart: unless-stopped
ports:
- '8009:8000' # TODO temporary
deploy:
resources:
reservations:
Expand Down Expand Up @@ -85,8 +81,6 @@ services:
target: /usr/app # configs like chat templates, vllm configs, tool parsers
ipc: host
restart: unless-stopped
ports:
- '8010:8000' # TODO temporary
deploy:
resources:
reservations:
Expand Down Expand Up @@ -115,8 +109,6 @@ services:
target: /usr/app # configs like chat templates, vllm configs, tool parsers
ipc: host
restart: unless-stopped
ports:
- '8011:8000' # TODO temporary
deploy:
resources:
reservations:
Expand Down Expand Up @@ -146,8 +138,6 @@ services:
target: /usr/app # configs like chat templates, vllm configs, tool parsers
ipc: host
restart: unless-stopped
ports:
- '8012:8000' # TODO temporary
deploy:
resources:
reservations:
Expand Down

0 comments on commit 154493b

Please sign in to comment.