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_SECRET=
|
||||
BEARER_TOKEN=
|
||||
TOKEN=
|
||||
TOKEN_SECRET=
|
||||
PSEUDO=
|
||||
|
|
|
@ -39,11 +39,11 @@ docker build https://git.kennel.ml/Anri/feurBot.git#main --tag feurbot:main && \
|
|||
docker run -d \
|
||||
--name="feurBot" \
|
||||
feurbot:main \
|
||||
--TOKEN="" \
|
||||
--TOKEN_SECRET="" \
|
||||
--CONSUMER_KEY="" \
|
||||
--CONSUMER_SECRET="" \
|
||||
--BEARER_TOKEN="" \
|
||||
--TOKEN="" \
|
||||
--TOKEN_SECRET="" \
|
||||
--PSEUDOS=""
|
||||
```
|
||||
Ou avec un `docker-compose.yml` :
|
||||
|
@ -54,11 +54,11 @@ services:
|
|||
build: https://git.kennel.ml/Anri/feurBot.git#main
|
||||
container_name: feurBot
|
||||
environment:
|
||||
- TOKEN=
|
||||
- TOKEN_SECRET=
|
||||
- CONSUMER_KEY=
|
||||
- CONSUMER_SECRET=
|
||||
- BEARER_TOKEN=
|
||||
- TOKEN=
|
||||
- TOKEN_SECRET=
|
||||
- PSEUDOS=
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
|
Reference in a new issue