mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-11 17:34:31 -05:00
[PR #18] [MERGED] Feat/dockerize api #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/18
Author: @dextmorgn
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @dextmorgn
Base:
main← Head:feat/dockerize-api📝 Commits (2)
7ef6521feat: upgrade deploy to use docker onlybf8d9cffeat: remove comments📊 Changes
16 files changed (+476 additions, -67 deletions)
View changed files
➕
.dockerignore(+73 -0)📝
.env.example(+1 -0)📝
Makefile(+37 -10)➕
docker-compose.dev.yml(+159 -0)➕
docker-compose.prod.yml(+148 -0)📝
flowsint-api/Dockerfile(+36 -14)📝
flowsint-api/entrypoint.sh(+6 -10)📝
flowsint-app/Dockerfile(+5 -19)📝
flowsint-app/Dockerfile.dev(+1 -5)📝
flowsint-app/vite.config.ts(+6 -0)📝
flowsint-core/src/flowsint_core/core/config.py(+2 -2)📝
flowsint-core/src/flowsint_core/core/events.py(+1 -1)📝
flowsint-core/src/flowsint_core/core/graph_db.py(+0 -1)📝
flowsint-core/src/flowsint_core/tasks/event.py(+1 -3)📝
flowsint-core/src/flowsint_core/tasks/flow.py(+0 -1)📝
flowsint-core/src/flowsint_core/tasks/transform.py(+0 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.