10 lines
184 B
YAML
10 lines
184 B
YAML
services:
|
|
pptx-genai:
|
|
image: cogniverse/pptx-genai:v1
|
|
container_name: pptx-genai
|
|
environment:
|
|
- TZ=Europe/Paris
|
|
ports:
|
|
- "15000:5000"
|
|
restart: always
|