Skip to content

Commit

Permalink
Adds steps to use program
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Jun 14, 2022
1 parent 5d55fa3 commit 4a8bb02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Make an account on fantasy.bundesliga.com and then look at your cookies and one
# Goals
Currently the goals are just to get feauture parity with the official bundesliga fantasy.
# Production
This is currently in active development and not meant to be used in production yet. If you want to run the production version though you can download the following docker-compose and then run that. You will also have to build the container yourself(If you have no idea what I am talking about wait until late July August of 2022 and there will be an easier way to do this and this software will be released)
First download this file and edit the file to your preferences.
```
wget 'https://raw.githubusercontent.com/Lukasdotcom/Bundesliga/main/docker/docker-compose.yaml'
```
Then run this.
```
docker-compose up
```
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
bundesliga:
image: lukasdotcom/bundesliga:latest
image: lukasdotcom/bundesliga:latest # Change latest to nightly if you want to be using the bleeding edge
container_name: bundesliga
links:
- db
Expand All @@ -13,7 +13,7 @@ services:
- MIN_UPDATE_TIME=120 # Minimum amount of seconds to pass before the data updates on Fri, Sat, and Sun to prevent spamming the api.
- BUNDESLIGA_API= # How to get this value is in the README
- DOMAIN=http://localhost # Change this to your domain
# Get your oauth details for sign in with google and fill it in below
# Get your oauth 2.0 details for sign in with google and fill it in below
- GOOGLE_ID=none
- GOOGLE_SECRET=none
ports:
Expand Down

0 comments on commit 4a8bb02

Please sign in to comment.