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
|
- ./ai_processor/output:/app/output
|
||||||
environment:
|
environment:
|
||||||
- AI_SERVICE_URL=http://example.com:4000
|
- AI_SERVICE_URL=http://example.com:4000
|
||||||
- AI_SERVICE_API_KEY=${AI_SERVICE_API_KEY}
|
- AI_SERVICE_API_KEY=111
|
||||||
embedder:
|
embedder:
|
||||||
build: ./embedding
|
build: ./embedding
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
@ -53,7 +53,7 @@ services:
|
|||||||
- AI_SERVER_PORT=4000
|
- AI_SERVER_PORT=4000
|
||||||
- CACHE_FILE=/app/processed_articles_cache.json
|
- CACHE_FILE=/app/processed_articles_cache.json
|
||||||
- LOG_LEVEL=INFO
|
- LOG_LEVEL=INFO
|
||||||
- AI_SERVICE_API_KEY=${AI_SERVICE_API_KEY}
|
- AI_SERVICE_API_KEY=111
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ainetwork:
|
ainetwork:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user