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