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
|
|
@ -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