From ab55dbbdef87f98bf6e6032b7b73befd97da817f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 26 Jan 2023 08:23:59 +0100 Subject: [PATCH] ntfy.yml: remove --- ntfy.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ntfy.yml diff --git a/ntfy.yml b/ntfy.yml deleted file mode 100644 index 834e651..0000000 --- a/ntfy.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -version: "2.1" -services: - ntfy: - image: binwiederhier/ntfy - container_name: ntfy - command: - - serve - user: ${PUID}:${PGID} - environment: - - TZ=${TZ} - volumes: - - "${DOCKER_STORAGE_PATH}/ntfy/cache:/var/cache/ntfy" - - "${DOCKER_STORAGE_PATH}/ntfy/config:/etc/ntfy" - ports: - - "${NTFY_EXTERNAL_PORT}:${NTFY_INTERNAL_PORT}" - profiles: - - base - - infra - restart: unless-stopped