mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
13 lines
243 B
YAML
Executable File
13 lines
243 B
YAML
Executable File
services:
|
|
core:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
image: wiseflow:latest
|
|
tty: true
|
|
stdin_open: true
|
|
entrypoint: ["bash", "/app/run_all.sh"]
|
|
ports:
|
|
- 8090:8090
|
|
- 8077:8077
|
|
volumes:
|
|
- ./core:/app |