From 99a7044e8d684a9074f40ac65b77615502e02558 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 2 Mar 2022 17:37:46 +0200 Subject: [PATCH] Remove gotify --- docker/homeautomation/docker-compose.toml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docker/homeautomation/docker-compose.toml b/docker/homeautomation/docker-compose.toml index ac3d20a..65503e2 100644 --- a/docker/homeautomation/docker-compose.toml +++ b/docker/homeautomation/docker-compose.toml @@ -80,28 +80,6 @@ labels = [ "traefik.http.services.node-red.loadbalancer.server.port=1880", ] -[services.gotify] -image = "gotify/server" -container_name = "gotify" -volumes = ["/docker/homeautomation/gotify:/app/data"] -environment = [ - "GOTIFY_DATABASE_DIALECT=postgres", - "GOTIFY_DATABASE_CONNECTION=\"host=postgres port=5432 user=gotify dbname=gotify password=${GOTIFY_PGPASS} sslmode=disable\"", -] -networks = ["proxy", "postgres"] -restart = "unless-stopped" -labels = [ - "traefik.enable=true", - "traefik.http.routers.gotify-redirect.entrypoints=http", - "traefik.http.routers.gotify-redirect.rule=Host(`gotify.korhonen.cc`)", - "traefik.http.routers.gotify-redirect.middlewares=http2https@file", - "traefik.http.routers.gotify.entrypoints=https", - "traefik.http.routers.gotify.rule=Host(`gotify.korhonen.cc`)", - "traefik.http.routers.gotify.service=gotify", - "traefik.docker.network=proxy", - "traefik.http.services.gotify.loadbalancer.server.port=80", -] - [networks] [networks.homeautomation]