first version

This commit is contained in:
2026-05-24 12:43:14 +02:00
commit 015f75ca5d
+9
View File
@@ -0,0 +1,9 @@
services:
pptx-genai:
image: cogniverse/pptx-genai
container_name: pptx-genai
environment:
- TZ=Europe/Paris
ports:
- "15000:5000"
restart: always