Init Python test
All checks were successful
Build and Push AI Image / build-and-push (push) Successful in 43s

This commit is contained in:
Zombori Péter
2025-12-03 13:13:42 +01:00
parent e7dc38b91e
commit 2220d6f7ca
8 changed files with 100 additions and 1 deletions

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.9"
services:
ai-helper:
build: .
container_name: ai-helper
environment:
OPENAI_API_KEY: "${OPENAI_API_KEY}"