mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-04-20 00:11:23 +02:00
11 lines
No EOL
262 B
YAML
11 lines
No EOL
262 B
YAML
services:
|
|
steamsalty:
|
|
image: ghcr.io/watn3y/steamsalty:master
|
|
container_name: steamsalty
|
|
restart: unless-stopped
|
|
environment:
|
|
- TELEGRAMAPITOKEN=
|
|
- STEAMAPIKEY=
|
|
- DebugMode=false
|
|
- CHATID=123
|
|
- WATCHERS=123,456,789 |