mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
13 lines
159 B
YAML
13 lines
159 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
frontend:
|
|
build: ./frontend
|
|
ports:
|
|
- "5173:5173"
|
|
|
|
backend:
|
|
build: ./application
|
|
ports:
|
|
- "5001:5000"
|