Skip to content

Commit

Permalink
Added docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
louisa-uno committed Feb 13, 2022
1 parent d03f1a4 commit 481eb9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.7'
services:
reddit-bot:
image: ghcr.io/luois45/claim-free-steam-packages:latest
deploy:
replicas: 1
restart_policy:
condition: on-failure
max_attempts: 0
volumes:
# Replace the first path with your path to the activated_packages.txt & config.json file
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/acitvated_packages.txt:/usr/src/app/acitvated_packages.txt
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/config.json:/usr/src/app/config.json:ro
# Comment the following line if you don't want the logs in your directory
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/logging.txt:/usr/src/app/logging.txt

0 comments on commit 481eb9f

Please sign in to comment.