diff --git a/playbooks/roles/gatus/vars/main.yml b/playbooks/roles/gatus/vars/main.yml
index 233db77..f9f0651 100644
--- a/playbooks/roles/gatus/vars/main.yml
+++ b/playbooks/roles/gatus/vars/main.yml
@@ -53,6 +53,8 @@ gatus_yml:
     email: "{{ vault_gatus.alerting.email }}"
     ntfy: "{{ vault_gatus.alerting.ntfy }}"
 
+  metrics: true
+
   external-endpoints: "{{ gatus_external_endpoints_backups }}"
   endpoints: "{{ gatus_endpoints_hosts | union(gatus_endpoints_services) | union(gatus_endpoints_other) }}"
 
diff --git a/playbooks/roles/immich/vars/main.yml b/playbooks/roles/immich/vars/main.yml
index 0398c53..ecad1c1 100644
--- a/playbooks/roles/immich/vars/main.yml
+++ b/playbooks/roles/immich/vars/main.yml
@@ -4,6 +4,8 @@ immich_db_db: immich
 immich_db_user: "{{ vault_immich.db.user }}"
 immich_db_pass: "{{ vault_immich.db.pass }}"
 
+immich_docker_tag: v1.133.0
+
 immich_svc:
   domain: "{{ all_services | service_get_domain(role_name) }}"
   port: 2283
@@ -31,7 +33,7 @@ immich_env:
 
 immich_compose:
   watchtower: monitor
-  image: ghcr.io/immich-app/immich-server:release
+  image: ghcr.io/immich-app/immich-server:{{ immich_docker_tag }}
   volumes:
     - upload:/usr/src/app/upload
   file:
@@ -42,7 +44,7 @@ immich_compose:
           - redis
 
       machine-learning:
-        image: ghcr.io/immich-app/immich-machine-learning:release
+        image: ghcr.io/immich-app/immich-machine-learning:{{ immich_docker_tag }}
         volumes:
           - model-cache:/cache
         env_file:
@@ -58,7 +60,7 @@ immich_compose:
           default:
 
       database:
-        image: tensorchord/pgvecto-rs:pg16-v0.2.0
+        image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0
         env_file:
           - service.env
         volumes:
diff --git a/playbooks/roles/teamspeak_fallback/vars/main.yml b/playbooks/roles/teamspeak_fallback/vars/main.yml
index dce4f4a..46bdac3 100644
--- a/playbooks/roles/teamspeak_fallback/vars/main.yml
+++ b/playbooks/roles/teamspeak_fallback/vars/main.yml
@@ -9,8 +9,6 @@ teamspeak_fallback_group: 9987
 
 teamspeak_fallback_svc:
   domain: "{{ all_services | service_get_domain(role_name) }}"
-  additional_domains:
-    - hook.serguzim.me
   port: 9000
 
 teamspeak_fallback_env:
diff --git a/services.auto.tfvars b/services.auto.tfvars
index 8d14f4d..205ee8f 100644
--- a/services.auto.tfvars
+++ b/services.auto.tfvars
@@ -241,6 +241,9 @@ services = {
       name = "gatus_data"
       type = "docker"
     }]
+    metrics = [{
+      path = "/metrics"
+    }]
     auth = false
     database = false
     s3 = false
@@ -674,11 +677,6 @@ services = {
     dns = [
       {
         domain = "ts.serguzim.me"
-      },
-      {
-        domain = "hook.serguzim.me"
-        name = "teamspeak_fallback-hook"
-        alias = "teamspeak_fallback"
       }
     ]
     backup = [{