reorder following twitter website
This commit is contained in:
parent
c8db7f6436
commit
a1effc03c7
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
TOKEN=
|
|
||||||
TOKEN_SECRET=
|
|
||||||
CONSUMER_KEY=
|
CONSUMER_KEY=
|
||||||
CONSUMER_SECRET=
|
CONSUMER_SECRET=
|
||||||
BEARER_TOKEN=
|
BEARER_TOKEN=
|
||||||
|
TOKEN=
|
||||||
|
TOKEN_SECRET=
|
||||||
PSEUDO=
|
PSEUDO=
|
||||||
|
|
|
@ -39,11 +39,11 @@ docker build https://git.kennel.ml/Anri/feurBot.git#main --tag feurbot:main && \
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name="feurBot" \
|
--name="feurBot" \
|
||||||
feurbot:main \
|
feurbot:main \
|
||||||
--TOKEN="" \
|
|
||||||
--TOKEN_SECRET="" \
|
|
||||||
--CONSUMER_KEY="" \
|
--CONSUMER_KEY="" \
|
||||||
--CONSUMER_SECRET="" \
|
--CONSUMER_SECRET="" \
|
||||||
--BEARER_TOKEN="" \
|
--BEARER_TOKEN="" \
|
||||||
|
--TOKEN="" \
|
||||||
|
--TOKEN_SECRET="" \
|
||||||
--PSEUDOS=""
|
--PSEUDOS=""
|
||||||
```
|
```
|
||||||
Ou avec un `docker-compose.yml` :
|
Ou avec un `docker-compose.yml` :
|
||||||
|
@ -54,11 +54,11 @@ services:
|
||||||
build: https://git.kennel.ml/Anri/feurBot.git#main
|
build: https://git.kennel.ml/Anri/feurBot.git#main
|
||||||
container_name: feurBot
|
container_name: feurBot
|
||||||
environment:
|
environment:
|
||||||
- TOKEN=
|
|
||||||
- TOKEN_SECRET=
|
|
||||||
- CONSUMER_KEY=
|
- CONSUMER_KEY=
|
||||||
- CONSUMER_SECRET=
|
- CONSUMER_SECRET=
|
||||||
- BEARER_TOKEN=
|
- BEARER_TOKEN=
|
||||||
|
- TOKEN=
|
||||||
|
- TOKEN_SECRET=
|
||||||
- PSEUDOS=
|
- PSEUDOS=
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue