fix: add command back with python3 and default port 7860

This commit is contained in:
2025-11-12 10:51:35 +01:00
parent 22eaaa9b30
commit 08cce3479f

View File

@@ -151,6 +151,7 @@ services:
image: ${AI_FACEFUSION_IMAGE:-facefusion/facefusion:3.5.0-cpu}
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
restart: unless-stopped
command: ["python3", "facefusion.py", "run"]
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
# Force CPU execution on VPS (no GPU available yet)