os image in compose
This commit is contained in:
parent
fd8ec3a04e
commit
8f930aab6a
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
services:
|
services:
|
||||||
opensearch:
|
opensearch:
|
||||||
build:
|
image: phact/openrag-opensearch:latest
|
||||||
context: .
|
#build:
|
||||||
dockerfile: Dockerfile
|
#context: .
|
||||||
|
#dockerfile: Dockerfile
|
||||||
container_name: os
|
container_name: os
|
||||||
depends_on:
|
depends_on:
|
||||||
- openrag-backend
|
- openrag-backend
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue