simplify
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- '5173:5173'
|
||||
environment:
|
||||
- PLAYWRIGHT_WS_ENDPOINT=ws://playwright-service:3000
|
||||
- OPENAI_BASE_URL=http://ollama:11434/v1
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
playwright-service:
|
||||
build: ./playwright-service
|
||||
ipc: host
|
||||
ports: ["3000:3000"]
|
||||
ports: ['3000:3000']
|
||||
environment:
|
||||
- DISPLAY=:99
|
||||
security_opt:
|
||||
@@ -26,9 +26,9 @@ services:
|
||||
|
||||
ollama:
|
||||
image: ollama/ollama:latest
|
||||
ports: ["11434:11434"]
|
||||
ports: ['11434:11434']
|
||||
volumes:
|
||||
- ollama_data:/root/.ollama
|
||||
|
||||
volumes:
|
||||
ollama_data:
|
||||
ollama_data:
|
||||
|
||||
Reference in New Issue
Block a user