Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 8a6881f

Browse files
committed
Set the CODEGATE_OLLAMA_URL explicitly
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent e217405 commit 8a6881f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
docker run --name $CONTAINER_NAME -d --network host \
6262
-v "$(pwd)"/codegate_volume:/app/codegate_volume \
6363
-e CODEGATE_APP_LOG_LEVEL=DEBUG \
64+
-e CODEGATE_OLLAMA_URL=http://localhost:11434/api \
6465
--restart unless-stopped $DOCKER_IMAGE
6566
6667
# Confirm the container started

0 commit comments

Comments
 (0)