diff --git a/docker-compose.yml b/docker-compose.yml index 3a1b496..ad6e686 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -366,6 +366,8 @@ services: build: context: ./caddy dockerfile: Dockerfile + labels: + com.centurylinklabs.watchtower.enable: "true" restart: unless-stopped depends_on: backend: diff --git a/homelab/docker-compose.yml b/homelab/docker-compose.yml index c1dfded..c28d8b8 100644 --- a/homelab/docker-compose.yml +++ b/homelab/docker-compose.yml @@ -394,7 +394,7 @@ services: # Voices match existing IDs: af_bella, af_sky, af_heart, etc. # The runner reaches it at http://kokoro-fastapi:8880 via the Docker network. kokoro-fastapi: - image: ghcr.io/remsky/kokoro-fastapi-gpu:latest + image: kokoro-fastapi:latest restart: unless-stopped deploy: resources: diff --git a/ui/src/routes/+layout.svelte b/ui/src/routes/+layout.svelte index 793e86e..66b0530 100644 --- a/ui/src/routes/+layout.svelte +++ b/ui/src/routes/+layout.svelte @@ -426,16 +426,26 @@ - -