mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
13 lines
208 B
YAML
13 lines
208 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
openfusion:
|
|
image: openfusion
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- "23000:23000"
|
|
- "23001:23001"
|
|
- "8003:8003"
|