init
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m31s

This commit is contained in:
2025-07-01 09:33:43 +07:00
parent 3a26f09a01
commit 331aba4489
156 changed files with 1206219 additions and 146 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
srtools:
build:
context: .
dockerfile: Dockerfile
container_name: srtools
restart: unless-stopped
ports:
- "3006:3000"
networks:
- srtools-network
networks:
srtools-network:
driver: bridge