Merge pull request 'Docker now auto restarts' (#3) from DockerAutoRestarts into master
Reviewed-on: http://git.example.com/jarianc/StockDocs/pulls/3
This commit is contained in:
commit
8a23bcc58a
@ -3,6 +3,7 @@ services:
|
||||
build: ./scraper
|
||||
platform: linux/amd64
|
||||
container_name: stockdocs-scraper
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ainetwork
|
||||
volumes:
|
||||
@ -13,6 +14,7 @@ services:
|
||||
build: ./MCPServer
|
||||
platform: linux/amd64
|
||||
container_name: stockdocs-mcp
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ainetwork
|
||||
ports:
|
||||
@ -23,6 +25,7 @@ services:
|
||||
build: ./ai_processor
|
||||
platform: linux/amd64
|
||||
container_name: stockdocs-ai-processor
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ainetwork
|
||||
volumes:
|
||||
@ -34,6 +37,7 @@ services:
|
||||
build: ./embedding
|
||||
platform: linux/amd64
|
||||
container_name: stockdocs-embedder
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ainetwork
|
||||
volumes:
|
||||
@ -42,7 +46,6 @@ services:
|
||||
- CHROMADB_HOST=chromadb
|
||||
- CHROMADB_PORT=8000
|
||||
|
||||
|
||||
networks:
|
||||
ainetwork:
|
||||
external: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user