services: saas-server: image: harbor.phantom-u3d002.com/nova/nova-task:latest container_name: nova-task privileged: true restart: always ports: - "8888:8888" volumes: - ./logs:/app/logs - ./etc:/app/etc environment: TZ: UTC