mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-19 21:25:39 +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"
|