diff --git a/README.md b/README.md index 35ca477a..1eed5e9f 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 658b24eb..0460df87 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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 @@ -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: