Commit
·
93e5da8
1
Parent(s):
be547ae
fixed compose file
Browse files- docker-compose.yml +3 -3
docker-compose.yml
CHANGED
|
@@ -2,8 +2,8 @@ version: '3.8'
|
|
| 2 |
|
| 3 |
services:
|
| 4 |
openai-to-gemini:
|
| 5 |
-
image: gzzhongqi/
|
| 6 |
-
container_name:
|
| 7 |
ports:
|
| 8 |
# Map host port 8050 to container port 7860 (for Hugging Face compatibility)
|
| 9 |
- "8050:7860"
|
|
@@ -18,4 +18,4 @@ services:
|
|
| 18 |
- FAKE_STREAMING=false
|
| 19 |
# Interval for fake streaming keep-alive messages (default: 1.0)
|
| 20 |
- FAKE_STREAMING_INTERVAL=1.0
|
| 21 |
-
restart: unless-stopped
|
|
|
|
| 2 |
|
| 3 |
services:
|
| 4 |
openai-to-gemini:
|
| 5 |
+
image: ghcr.io/gzzhongqi/vertex2openai:latest
|
| 6 |
+
container_name: vertex2openai
|
| 7 |
ports:
|
| 8 |
# Map host port 8050 to container port 7860 (for Hugging Face compatibility)
|
| 9 |
- "8050:7860"
|
|
|
|
| 18 |
- FAKE_STREAMING=false
|
| 19 |
# Interval for fake streaming keep-alive messages (default: 1.0)
|
| 20 |
- FAKE_STREAMING_INTERVAL=1.0
|
| 21 |
+
restart: unless-stopped
|