fix: add command to start Facefusion web UI

This commit is contained in:
2025-11-12 09:42:31 +01:00
parent 8b77f92028
commit 8ac025a14c

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: ["python", "facefusion.py", "run", "--execution-providers", "cpu"]
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
# Force CPU execution on VPS (no GPU available yet)