diff --git a/docker-compose.yml b/docker-compose.yml index d631490..7a5b7f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -133,7 +133,7 @@ services: PIPER_NOISEW: 0.333 #optional PIPER_SPEAKER: 0 #optional NO_STREAMING: #optional - image: lscr.io/linuxserver/piper:latest@sha256:06fa02639052096d3726796b72acc7ae911e09edb19f9f8de9f10cdaba9a07a3 + image: lscr.io/linuxserver/piper:latest@sha256:acfe7b8141f69d6adb32ef7ff87ff3c4a6b75852adfa5df58c26d4063b3c467f ports: - 10200:10200 restart: unless-stopped @@ -190,7 +190,7 @@ services: - scanopy-pg-data:/var/lib/postgresql/data scanopy-server: container_name: scanopy-server - image: ghcr.io/scanopy/scanopy/server:latest@sha256:4efe8ea9b1c0bbcaac7547077d6fc703f5019271bafc974cc4e4bb580e0e291b + image: ghcr.io/scanopy/scanopy/server:latest@sha256:6e36969786cb76a6db740311eb5f2c247846b8dbfab87cf254ff91af10b437be depends_on: scanopy-pg: condition: service_healthy @@ -247,7 +247,7 @@ services: restart: unless-stopped speaches: container_name: speaches - image: ghcr.io/speaches-ai/speaches:latest-cpu + image: ghcr.io/speaches-ai/speaches:latest-cpu@sha256:21e3df06d842fb7802ab470dd77c25f0e8c0d22950e8d8c6ae886e851af53ef8 environment: LOG_LEVEL: debug ALLOW_ORIGINS: '["*"]'