fix: integrate with signature

This commit is contained in:
2025-12-04 02:09:33 +07:00
parent 5fe9b48f2d
commit 3ad93441b2
5 changed files with 32 additions and 47 deletions
+20
View File
@@ -0,0 +1,20 @@
version: '3.8'
services:
db:
image: postgres:15
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
service:
build: .
ports:
- "9000:9000"
depends_on:
- db
volumes:
postgres_data:
redis_data: