fix: remove entrypoint override to use default Facefusion startup

This commit is contained in:
2025-11-13 05:59:05 +01:00
parent 3c56f05286
commit c2d25dde59

View File

@@ -161,14 +161,12 @@ services:
image: ${AI_FACEFUSION_IMAGE:-facefusion/facefusion:3.5.0-cpu}
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
restart: unless-stopped
entrypoint: ["/entrypoint.sh"]
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
GRADIO_SERVER_NAME: "0.0.0.0"
GRADIO_SERVER_PORT: "7860"
volumes:
- ai_facefusion_data:/workspace
- ./entrypoint.sh:/entrypoint.sh:ro
networks:
- compose_network
labels: