wiseflow/compose.yaml
bigbrother666 f87b68e6b1
issues repair (#88)
* issues repair

* improve mp_alblum for #55

* prompt engineering for get info

* update to V0.3.1

* update to V0.3.1
2024-09-03 22:42:29 +08:00

16 lines
342 B
YAML
Executable File

services:
core:
build:
dockerfile: Dockerfile
image: wiseflow:latest
tty: true
stdin_open: true
entrypoint: bash docker_entrypoint.sh
env_file:
- .env
ports:
- 8090:8090
- 8077:8077
volumes:
- ./${PROJECT_DIR}/pb_data:/app/pb/pb_data
- ./${PROJECT_DIR}:/app/${PROJECT_DIR}