new url
This commit is contained in:
parent
3aa1523610
commit
974368e01b
2 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,12 @@ python3 main.py
|
||||||
|
|
||||||
## Use Docker
|
## Use Docker
|
||||||
|
|
||||||
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/TwitchBot/-/blob/main/docker-compose.yml) or in command line:
|
With a [docker-compose](https://gitlab.com/ConfrerieDuKassoulait/Bot-Tom/-/blob/main/docker-compose.yml) or in command line:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name="TwitchBot" \
|
--name="TwitchBot" \
|
||||||
registry.gitlab.com/confreriedukassoulait/twitchbot:latest \
|
registry.gitlab.com/confreriedukassoulait/bot-tom:latest \
|
||||||
--ACCESS_TOKEN="yourAccessToken" \
|
--ACCESS_TOKEN="yourAccessToken" \
|
||||||
--PREFIX="yourPrefix" \
|
--PREFIX="yourPrefix" \
|
||||||
--CHANNEL="yourChannel(s)" \
|
--CHANNEL="yourChannel(s)" \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
twitchbot:
|
twitchbot:
|
||||||
image: registry.gitlab.com/confreriedukassoulait/twitchbot:latest
|
image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest
|
||||||
container_name: TwitchBot
|
container_name: TwitchBot
|
||||||
environment:
|
environment:
|
||||||
- ACCESS_TOKEN=yourAccessToken
|
- ACCESS_TOKEN=yourAccessToken
|
||||||
|
|
Loading…
Reference in a new issue