DocsGPT/docker-compose.yaml

13 lines
159 B
YAML
Raw Normal View History

2023-02-24 17:04:37 +00:00
version: "3.9"
services:
frontend:
build: ./frontend
ports:
- "5173:5173"
backend:
build: ./application
ports:
- "5001:5000"