Skip to content

Commit

Permalink
Update .env.template
Browse files Browse the repository at this point in the history
"redis" as hostname for redis to correctly use the docker compose internal networking feature
  • Loading branch information
Funkelfetisch committed Apr 17, 2023
1 parent 10cd0f3 commit 10b2458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PINECONE_API_KEY=your-pinecone-api-key
PINECONE_ENV=your-pinecone-region

### REDIS
# REDIS_HOST - Redis host (Default: localhost)
# REDIS_HOST - Redis host (Default: localhost, use "redis" for docker-compose)
# REDIS_PORT - Redis port (Default: 6379)
# REDIS_PASSWORD - Redis password (Default: "")
# WIPE_REDIS_ON_START - Wipes data / index on start (Default: False)
Expand Down

0 comments on commit 10b2458

Please sign in to comment.