Add key to api in docker
This commit is contained in:
parent
abb63db4b7
commit
6ce68a9037
@ -35,7 +35,7 @@ services:
|
||||
- ./ai_processor/output:/app/output
|
||||
environment:
|
||||
- AI_SERVICE_URL=http://example.com:4000
|
||||
- AI_SERVICE_API_KEY=${AI_SERVICE_API_KEY}
|
||||
- AI_SERVICE_API_KEY=111
|
||||
embedder:
|
||||
build: ./embedding
|
||||
platform: linux/amd64
|
||||
@ -53,7 +53,7 @@ services:
|
||||
- AI_SERVER_PORT=4000
|
||||
- CACHE_FILE=/app/processed_articles_cache.json
|
||||
- LOG_LEVEL=INFO
|
||||
- AI_SERVICE_API_KEY=${AI_SERVICE_API_KEY}
|
||||
- AI_SERVICE_API_KEY=111
|
||||
|
||||
networks:
|
||||
ainetwork:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user