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
|
|
@ -1,12 +1,2 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services: {}
|
||||||
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"
|
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,17 @@ services:
|
||||||
OLAT_HOST: olat.nilstrieb.dev
|
OLAT_HOST: olat.nilstrieb.dev
|
||||||
networks:
|
networks:
|
||||||
- openolat-network
|
- 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:
|
networks:
|
||||||
cors-school:
|
cors-school:
|
||||||
hugo-chat:
|
hugo-chat:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue