feat: add simple docker compose file, change pipline, add docker build command to makefile, update db path logic in storage packages, minor fixes in handlers

This commit is contained in:
d3m0k1d
2026-02-14 14:40:42 +03:00
parent c2d5178b33
commit 3bf3e2a233
8 changed files with 71 additions and 12 deletions

View File

@@ -120,6 +120,12 @@ paths:
consumes:
- application/json
description: Delete post
parameters:
- description: Post ID
in: path
name: id
required: true
type: integer
produces:
- application/json
responses:
@@ -153,6 +159,12 @@ paths:
additionalProperties:
type: string
type: object
"404":
description: Post not found
schema:
additionalProperties:
type: string
type: object
"500":
description: Internal server error
schema: