Skip to content

Commit 0b66d82

Browse files
authored
Update docker-compose-llm-forward.yml
composer
1 parent fbea084 commit 0b66d82

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docker-compose-llm-forward.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
version: "3.8"
2+
13
services:
24
llm-forward:
3-
image: llm-forward:latest
5+
build:
6+
context: .
7+
dockerfile: Dockerfile
48
container_name: llm-forward
59
ports:
610
- "9000:9000"
@@ -13,13 +17,13 @@ services:
1317
- GROK_BASE_URL=https://api.x.ai
1418
logging:
1519
driver: "json-file"
16-
options:
20+
options:
1721
max-size: "20m"
1822
max-file: "2"
19-
networks:
23+
networks:
2024
- proxy_net
2125

2226
networks:
2327
proxy_net:
2428
external: true
25-
name: api-proxy_proxy_net
29+
name: api-proxy_proxy_net

0 commit comments

Comments
 (0)