wiseflow/compose.yaml

13 lines
243 B
YAML
Raw Normal View History

2024-06-19 20:00:53 +08:00
services:
core:
build:
dockerfile: Dockerfile
2024-06-20 15:01:27 +08:00
image: wiseflow:latest
2024-06-19 20:00:53 +08:00
tty: true
stdin_open: true
2024-12-05 12:11:28 +08:00
entrypoint: ["bash", "/app/run_all.sh"]
2024-06-19 20:00:53 +08:00
ports:
- 8090:8090
- 8077:8077
volumes:
2024-12-05 12:11:28 +08:00
- ./core:/app