remove docker compose

This commit is contained in:
2025-12-04 02:11:52 +07:00
parent 3ad93441b2
commit c10190ebcc
-20
View File
@@ -1,20 +0,0 @@
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: