From f9d62cc8a792b7b1a2c52a7d8102895473b3c72a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 12 Apr 2024 16:57:00 -0400 Subject: ntfy --- roles/ntfy/templates/docker-compose.yml.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/ntfy/templates/docker-compose.yml.j2 (limited to 'roles/ntfy/templates') diff --git a/roles/ntfy/templates/docker-compose.yml.j2 b/roles/ntfy/templates/docker-compose.yml.j2 new file mode 100644 index 0000000..4ee982e --- /dev/null +++ b/roles/ntfy/templates/docker-compose.yml.j2 @@ -0,0 +1,15 @@ +version: "2.1" +services: + ntfy: + image: binwiederhier/ntfy + container_name: ntfy + command: + - serve + environment: + - TZ=UTC + volumes: + - ./cache:/var/cache/ntfy + - ./conf:/etc/ntfy + ports: + - 127.0.0.1:22311:80 + restart: unless-stopped -- cgit v1.2.3-70-g09d2