You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
233 B
YAML

version: '3'
services:
langchain-serve:
build:
context: .
target: langchain-serve-img
ports:
- '8080:8080'
pdf-gpt:
build:
context: .
target: pdf-gpt-img
ports:
- '7860:7860'