ea596733b8
This is the first commit which provides all the first stack for a working chat. The code currently require a local ollama to serve models.
14 lines
295 B
YAML
14 lines
295 B
YAML
services:
|
|
|
|
frontend:
|
|
user: "${DOCKER_USER:-1000}"
|
|
build:
|
|
context: .
|
|
dockerfile: ./src/frontend/Dockerfile
|
|
target: frontend-production
|
|
args:
|
|
API_ORIGIN: "http://localhost:8071"
|
|
image: conversations:frontend-production
|
|
ports:
|
|
- "3000:3000"
|