migrate uptime

This commit is contained in:
nora 2024-02-03 18:12:17 +01:00
parent 19234d6b04
commit abc21dc9ca
2 changed files with 12 additions and 11 deletions

View file

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

View file

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