wiseflow/compose.yaml

14 lines
313 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-09 18:18:10 +08:00
entrypoint: ["bash", "/app/docker_entrypoint.sh"]
2024-06-19 20:00:53 +08:00
ports:
- 8090:8090
volumes:
2024-12-09 18:18:10 +08:00
- ./core:/app
2024-12-10 14:18:03 +08:00
- ./pb/pb_data:/pb/pb_data
- ./pb/pb_migrations:/pb/pb_migrations