First version

This commit is contained in:
2026-05-23 21:31:34 +02:00
commit bec5b54256
4 changed files with 200 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
pptx-service:
build:
context: .
dockerfile: Dockerfile
container_name: pptx-service-python
ports:
- "18000:8000"
environment:
PORT: 8000
PYTHONUNBUFFERED: "1"
restart: unless-stopped