Init Python test
All checks were successful
Build and Push AI Image / build-and-push (push) Successful in 43s
All checks were successful
Build and Push AI Image / build-and-push (push) Successful in 43s
This commit is contained in:
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
ai-helper:
|
||||
build: .
|
||||
container_name: ai-helper
|
||||
environment:
|
||||
OPENAI_API_KEY: "${OPENAI_API_KEY}"
|
||||
Reference in New Issue
Block a user