services: whisper: build: ./whisper container_name: whisper-service ports: - "9001:8000" restart: unless-stopped mem_limit: 3g piper: build: ./piper container_name: piper-service ports: - "9002:8000" restart: unless-stopped mem_limit: 1g