mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-09-09 09:42:22 +02:00
v0.1
This commit is contained in:
parent
0c9b98cab4
commit
8fecdee6b8
16 changed files with 408 additions and 1 deletions
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue