taobin_log

This commit is contained in:
Ittipat Lusuk 2026-04-27 09:55:10 +07:00
commit d1b72930b6
4 changed files with 198 additions and 0 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: '3.8'
services:
server:
build: .
container_name: taobin-log-container
ports:
- "8123:8123"
volumes:
- ./data:/app/data
restart: always