Add sqlite to teamspeak webhook and add "Backup" to servername

This commit is contained in:
Tobias Reisinger 2025-09-20 16:37:22 +02:00
parent 4dbec53d30
commit 1ddf34690c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 40 additions and 7 deletions

View file

@ -34,15 +34,16 @@ teamspeak_fallback_yml:
name: X-Webhook-Token
teamspeak_fallback_compose:
watchtower: update
image: ghcr.io/thecatlady/webhook
watchtower: false
image: "{{ (container_registry.public, 'services/webhook') | path_join }}"
volumes:
- ./config:/config:ro
- data:/mnt/teamspeak_fallback_data
file:
services:
app:
command: ["-verbose", "-hooks=/config/hooks.yml"]
build:
context: .
teamspeak:
image: teamspeak
restart: always