mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
add uptime
This commit is contained in:
parent
92d33957aa
commit
e4245532d9
6 changed files with 62 additions and 3 deletions
|
|
@ -32,3 +32,7 @@ vps1.nilstrieb.dev {
|
|||
root * /var/www/html/debug
|
||||
file_server
|
||||
}
|
||||
|
||||
uptime.nilstrieb.dev {
|
||||
reverse_proxy * localhost:5010
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
## ports
|
||||
|
||||
- `5010`: uptime
|
||||
|
|
@ -1,3 +1,14 @@
|
|||
version: "3.8"
|
||||
services: {}
|
||||
services:
|
||||
uptime:
|
||||
container_name: uptime
|
||||
image: "docker.nilstrieb.dev/uptime:8af7829b"
|
||||
restart: always
|
||||
volumes:
|
||||
- "/apps/uptime:/app/config"
|
||||
environment:
|
||||
UPTIME_CONFIG_PATH: /app/config/uptime.json
|
||||
ports:
|
||||
- "5010:3000"
|
||||
|
||||
networks: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue