mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +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"
|