Add sqlite to teamspeak webhook and add "Backup" to servername
This commit is contained in:
parent
4dbec53d30
commit
1ddf34690c
5 changed files with 40 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue