Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UrekD authored May 12, 2022
1 parent b369d23 commit 8485f9a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,32 @@ python3 WorkshopMonitor.py
#Comment out l5 in .env
python3 WorkshopMonitor.py
```
**Docker Compose**

If collectionid var is present it overwrites the config, so run it then comment it out!
After mounting the volume you can also edit it manually with a text editor on the machine.
```docker
version: "3"
services:
workshopmonitor:
image: ghcr.io/urekd/steam-workshop-monitor:main
environment:
- TOKEN=fmSUjZKW.To)v<eDw_8VZG<Pik#yN #bot token
- where=935678087209856 #channel ID to send notification
- nrole=9124604480608221 #role id to ping on notify
- ctime=900 #time between checks in seconds
- cname=workshop #channel name where it responds to commands
- collectionid=1332156191 #workshop collection id found in url
- cdelay=0 #delay between each mods checked in seconds
volumes:
- botdataa:/data
volumes:
botdataa:
```
volumes:
botdataa:

# Commands
**$ping**

Expand Down

0 comments on commit 8485f9a

Please sign in to comment.