Files
AI/docker-compose.yaml
Zombori Péter 2220d6f7ca
All checks were successful
Build and Push AI Image / build-and-push (push) Successful in 43s
Init Python test
2025-12-03 13:13:42 +01:00

8 lines
140 B
YAML

version: "3.9"
services:
ai-helper:
build: .
container_name: ai-helper
environment:
OPENAI_API_KEY: "${OPENAI_API_KEY}"