mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
f87b68e6b1
* issues repair * improve mp_alblum for #55 * prompt engineering for get info * update to V0.3.1 * update to V0.3.1
16 lines
342 B
YAML
Executable File
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} |