mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-04-19 16:01:22 +02:00
Some checks failed
Build and Push to Docker Hub on changes to master branch / docker (push) Has been cancelled
13 lines
No EOL
316 B
YAML
13 lines
No EOL
316 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 |