mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
move uptime
This commit is contained in:
parent
b695131065
commit
1a2f1dfbfa
12 changed files with 89 additions and 53 deletions
|
|
@ -78,10 +78,6 @@ olat.nilstrieb.dev:8088 {
|
|||
reverse_proxy * localhost:5011
|
||||
}
|
||||
|
||||
uptime.nilstrieb.dev {
|
||||
reverse_proxy * localhost:5010
|
||||
}
|
||||
|
||||
noratrieb.dev {
|
||||
root * /var/www/html/nora
|
||||
file_server
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ function upload_directory {
|
|||
|
||||
upload_file "bisect-rustc-service/db.sqlite"
|
||||
upload_file "killua/trivia_questions.json"
|
||||
upload_file "uptime/uptime.db"
|
||||
#upload_file "uptime/uptime.db"
|
||||
|
||||
upload_pg_dump "cors-school" "cors-school-db" "davinci" "postgres"
|
||||
upload_pg_dump "hugo-chat" "hugo-chat-db" "postgres" "postgres"
|
||||
|
|
|
|||
|
|
@ -201,16 +201,6 @@ services:
|
|||
OLAT_HOST: olat.nilstrieb.dev
|
||||
networks:
|
||||
- openolat-network
|
||||
uptime:
|
||||
container_name: uptime
|
||||
image: "docker.noratrieb.dev/uptime:50d15bc4"
|
||||
restart: always
|
||||
volumes:
|
||||
- "/apps/uptime:/app/config"
|
||||
environment:
|
||||
UPTIME_CONFIG_PATH: /app/config/uptime.json
|
||||
ports:
|
||||
- "5010:3000"
|
||||
|
||||
networks:
|
||||
cors-school:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue