wiseflow/compose.yaml
bigbrother666sh 7752b4b3b4 V0.3.5
2024-12-10 14:18:03 +08:00

14 lines
313 B
YAML
Executable File

services:
core:
build:
dockerfile: Dockerfile
image: wiseflow:latest
tty: true
stdin_open: true
entrypoint: ["bash", "/app/docker_entrypoint.sh"]
ports:
- 8090:8090
volumes:
- ./core:/app
- ./pb/pb_data:/pb/pb_data
- ./pb/pb_migrations:/pb/pb_migrations