Added dockerfile, docker compose, created server implementation with some middlewares

This commit is contained in:
2026-03-16 14:24:26 +05:00
parent bea7fba050
commit 2885a59693
10 changed files with 451 additions and 2 deletions

2
.env
View File

@@ -12,4 +12,4 @@ LOGIFLOW_JWT_KEY=98c5772ae16aaa4fd0013eb338252a93b198fb40e9337506334b3aeb21abbe4
GOOSE_DRIVER=postgres
GOOSE_DBSTRING=postgres://${LOGIFLOW_DATABASE_USER}:${LOGIFLOW_DATABASE_PASSWORD}@localhost:${LOGIFLOW_DATABASE_PORT}/${LOGIFLOW_DATABASE_NAME}?sslmode=disable
GOOSE_MIGRATION_DIR=./migrations
GOOSE_TABLE=goose_migrations
GOOSE_TABLE=goose_migrations