Docker now auto restarts
This commit is contained in:
parent
c534c5a159
commit
901a4f9f88
@ -3,6 +3,7 @@ services:
|
|||||||
build: ./scraper
|
build: ./scraper
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
container_name: stockdocs-scraper
|
container_name: stockdocs-scraper
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- ainetwork
|
- ainetwork
|
||||||
volumes:
|
volumes:
|
||||||
@ -13,6 +14,7 @@ services:
|
|||||||
build: ./MCPServer
|
build: ./MCPServer
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
container_name: stockdocs-mcp
|
container_name: stockdocs-mcp
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- ainetwork
|
- ainetwork
|
||||||
ports:
|
ports:
|
||||||
@ -23,6 +25,7 @@ services:
|
|||||||
build: ./ai_processor
|
build: ./ai_processor
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
container_name: stockdocs-ai-processor
|
container_name: stockdocs-ai-processor
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- ainetwork
|
- ainetwork
|
||||||
volumes:
|
volumes:
|
||||||
@ -34,6 +37,7 @@ services:
|
|||||||
build: ./embedding
|
build: ./embedding
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
container_name: stockdocs-embedder
|
container_name: stockdocs-embedder
|
||||||
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- ainetwork
|
- ainetwork
|
||||||
volumes:
|
volumes:
|
||||||
@ -42,7 +46,6 @@ services:
|
|||||||
- CHROMADB_HOST=chromadb
|
- CHROMADB_HOST=chromadb
|
||||||
- CHROMADB_PORT=8000
|
- CHROMADB_PORT=8000
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ainetwork:
|
ainetwork:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user