902372cd88
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/gotify/server | digest | `a3af470` → `d75e89e` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #147 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
services:
|
|
ts3gotify:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
LOG_LEVEL: debug
|
|
TS3_HOST: ts3
|
|
TS3_QUERY_PORT: 10011
|
|
TS3_SERVER_PORT: 9987
|
|
TS3_USERNAME: serveradmin
|
|
TS3_PASSWORD: Qx7uUh4i
|
|
TS3_NICKNAME: ts3gotify
|
|
GOTIFY_URL: http://gotify:80
|
|
GOTIFY_TOKEN: ApvIy.aFpN3.QlQ
|
|
GOTIFY_TITLE: ts3gotify
|
|
MODE: '["connect", "disconnect", "moved", "message"]'
|
|
|
|
gotify:
|
|
image: ghcr.io/gotify/server:latest@sha256:d75e89e0e28389c00c2556afe01282a37ee9756b0285799aa25214243aebd5e5
|
|
ports:
|
|
- 8080:80
|
|
environment:
|
|
TZ: "Europe/Amsterdam"
|
|
GOTIFY_DEFAULTUSER_PASS: "admin"
|
|
volumes:
|
|
- "./gotify_data:/app/data"
|
|
|
|
ts3:
|
|
image: docker.io/library/teamspeak:latest@sha256:11fb1dd03c68ae7b3a8a86c5a08827d01d87a833177ad92ee5c19d7b72d08ce0
|
|
ports:
|
|
- name: voice
|
|
target: 9987
|
|
published: 9987
|
|
protocol: udp
|
|
- name: query
|
|
target: 10011
|
|
published: 10011
|
|
protocol: tcp
|
|
- name: filetransfer
|
|
target: 30033
|
|
published: 30033
|
|
protocol: tcp
|
|
environment:
|
|
TS3SERVER_LICENSE: accept
|
|
volumes:
|
|
- "./ts3_data:/var/ts3server/"
|