cicd + tool

This commit is contained in:
2026-01-07 16:51:12 +03:00
parent 3be81fc7a5
commit e7af1ffb0b
6 changed files with 195 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
backend:
container_name: aitools
image: aitools-amd64:latest
env_file: .env
restart: unless-stopped
networks:
llm_tools:
networks:
llm_tools:
name: llm_tools
driver: bridge