forked from viveksantayana/geas-bot
Docs
This commit is contained in:
parent
77e4ad91ed
commit
a071a8d71a
13
README.md
13
README.md
@ -222,3 +222,16 @@ This should also mean that the sign-up prompts should persist over reboots.
|
||||
Other developers for Discord Components recommended the use of dynamic call-backs, however these do not persist after reboots so are not suitable for this purpose.
|
||||
Discord will need to make substantial API updates in the future for rolling out the Threads feature.
|
||||
The bot will need updating again then.
|
||||
|
||||
|
||||
## Remote Deployment to docker server
|
||||
|
||||
Configure local env to know about the server
|
||||
- ` docker context create remote --docker "host=tcp://<hostname>:2376,ca=<full path>/ca.pem,cert=<full path>/cert.pem,key=<full path>/key.pem"`
|
||||
- create a folder on the server to use for the config
|
||||
- create/amend a docker compose for that env (eg docker-compose-nas)
|
||||
- put the config in that folder
|
||||
- deploy using that config `docker compose -f docker-compose-nas.yml up -d`
|
||||
- hope
|
||||
- if its a QNAP nas, manually copy the docker compose file to `/share/CACHEDEV1_DATA/VMs/container-station-data/application/geas-bot` because its stupid
|
||||
-
|
Loading…
Reference in New Issue
Block a user