Files
wehub-resource-sync 1dacb4cc91
lint PR / linter (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:53 +08:00

20 lines
340 B
YAML

version: "3.8"
services:
pathway:
build:
context: .
ports:
- "8080:8080"
environment:
OPENAI_API_KEY:
PATHWAY_PERSISTENT_STORAGE:
streamlit_ui:
depends_on:
- pathway
build:
context: ./ui
ports:
- "8501:8501"
environment:
PATHWAY_REST_CONNECTOR_HOST: "pathway"