Skip to content

Commit

Permalink
Xilriws release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 813b25b commit d334d23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As such, a docker installation is highly recommended, even if the rest of your s

1. `git clone https://github.com/UnownHash/Xilriws-Public Xilriws && cd Xilriws`
2. `cp docker-compose.yml.example docker-compose.yml && cp xilriws.json.example xilriws.json`
3. `docker-compose up -d`
3. `docker compose up -d`

in your Dragonite config, add:

Expand All @@ -23,8 +23,8 @@ something else accordingly.
### Update

1. `git pull`
2. `docker-compose pull`
3. `docker-compose restart`
2. `docker compose pull`
3. `docker compose restart`

you can change the "replicas" number to alter how many copies of the container will be spawned. traefik manages load balancing,
and should work automatically. set this number in accordance with the avaliable RAM and CPU on your machine.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ services:
- traefik.http.routers.xilriws.rule=HostRegexp(`{catchall:.*}`)
- traefik.enable=true
deploy:
replicas: 1
replicas: 1
Binary file modified xilriws
Binary file not shown.

0 comments on commit d334d23

Please sign in to comment.