add init new files

This commit is contained in:
jigoong
2026-02-13 17:29:01 +07:00
commit ce75555958
23 changed files with 497 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
apiservice:
build: .
container_name: apiservice
env_file:
- .env
environment:
- TZ=Asia/Bangkok
ports:
- "8002:8000"
restart: unless-stopped