mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-04-19 16:01:22 +02:00
- Include comment text in notification - Include commenter in notification - Use Timestamp to check if a comment is new - Set sleep interval between requests in env variable
14 lines
No EOL
341 B
YAML
14 lines
No EOL
341 B
YAML
services:
|
|
steamsalty:
|
|
image: ghcr.io/watn3y/steamsalty:master
|
|
container_name: steamsalty
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
environment:
|
|
- TELEGRAMAPITOKEN=
|
|
- STEAMAPIKEY=
|
|
- DebugMode=false
|
|
- CHATID=123
|
|
- WATCHERS=123,456,789
|
|
- SLEEPINTERVAL=60 |