migrate cargo bisect rustc

This commit is contained in:
nora 2024-08-05 20:00:30 +02:00
parent e60ecf1f91
commit fca0d6d3f4
10 changed files with 63 additions and 61 deletions

View file

@ -33,14 +33,6 @@ vps2.nilstrieb.dev {
file_server
}
nilstrieb.dev {
redir https://blog.nilstrieb.dev{uri}
}
www.nilstrieb.dev {
redir https://blog.nilstrieb.dev{uri}
}
docker.nilstrieb.dev {
reverse_proxy * localhost:5000
}
@ -57,10 +49,6 @@ cors-school.nilstrieb.dev {
reverse_proxy * localhost:5004
}
bisect-rustc.nilstrieb.dev {
reverse_proxy * localhost:5005
}
olat.nilstrieb.dev {
reverse_proxy * localhost:5011
}
@ -68,8 +56,3 @@ olat.nilstrieb.dev {
olat.nilstrieb.dev:8088 {
reverse_proxy * localhost:5011
}
noratrieb.dev {
root * /var/www/html/nora
file_server
}

View file

@ -65,7 +65,7 @@ function upload_directory {
rm "$tmppath"
}
upload_file "bisect-rustc-service/db.sqlite"
#upload_file "bisect-rustc-service/db.sqlite"
upload_file "killua/trivia_questions.json"
#upload_file "uptime/uptime.db"

View file

@ -28,18 +28,6 @@ services:
environment:
BOT_TOKEN: "${KILLUA_BOT_TOKEN}"
KILLUA_JSON_PATH: /app/config/trivia_questions.json
cargo_bisect_rustc_service:
container_name: cargo-bisect-rustc-service
image: "docker.noratrieb.dev/cargo-bisect-rustc-service:316a4044"
restart: always
volumes:
- "/apps/bisect-rustc-service/db.sqlite:/home/bisector/db.sqlite"
environment:
SQLITE_DB: /home/bisector/db.sqlite
ports:
- "5005:4000"
networks:
- prometheus
#### Karin
karin_bot_db:
container_name: karin-bot-db