mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
migrate uptime
This commit is contained in:
parent
19234d6b04
commit
abc21dc9ca
2 changed files with 12 additions and 11 deletions
|
|
@ -199,6 +199,17 @@ services:
|
|||
OLAT_HOST: olat.nilstrieb.dev
|
||||
networks:
|
||||
- openolat-network
|
||||
uptime:
|
||||
container_name: uptime
|
||||
image: "docker.nilstrieb.dev/uptime:1f89aae3"
|
||||
restart: always
|
||||
volumes:
|
||||
- "/apps/uptime:/app/config"
|
||||
environment:
|
||||
UPTIME_CONFIG_PATH: /app/config/uptime.json
|
||||
ports:
|
||||
- "5010:3000"
|
||||
|
||||
networks:
|
||||
cors-school:
|
||||
hugo-chat:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue