mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
killua
This commit is contained in:
parent
4aaf938d9b
commit
fc57e4cc92
28 changed files with 58 additions and 40 deletions
|
|
@ -65,8 +65,6 @@ function upload_directory {
|
|||
rm "$tmppath"
|
||||
}
|
||||
|
||||
upload_file "killua/trivia_questions.json"
|
||||
|
||||
upload_pg_dump "cors-school" "cors-school-db" "davinci" "postgres"
|
||||
upload_pg_dump "openolat" "openolat-db" "oodb" "oodbu"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
killua:
|
||||
container_name: killua
|
||||
image: "docker.noratrieb.dev/killua-bot:ac8203d2"
|
||||
restart: always
|
||||
volumes:
|
||||
- "/apps/killua:/app/config"
|
||||
environment:
|
||||
BOT_TOKEN: "${KILLUA_BOT_TOKEN}"
|
||||
KILLUA_JSON_PATH: /app/config/trivia_questions.json
|
||||
#### Karin
|
||||
karin_bot_db:
|
||||
container_name: karin-bot-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue