Skip to content

Commit f7f7bbe

Browse files
authored
Merge pull request #57 from CMU-313/fix-translator
fix: add local ollama host to docker compose
2 parents 8df0eff + 1d02b62 commit f7f7bbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose-redis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
restart: unless-stopped
2020
ports:
2121
- '5000:5000'
22+
environment:
23+
- OLLAMA_HOST=http://ollama:11434
2224

2325
ollama:
2426
image: ollama/ollama

0 commit comments

Comments
 (0)