apprise: changed to simple stateful setup

This commit is contained in:
2026-04-04 11:25:27 +03:00
parent 5e6df110c8
commit 362d6d8710
4 changed files with 22 additions and 1 deletions
+7 -1
View File
@@ -4,10 +4,16 @@ services:
image: caronc/apprise:v1.3.3
container_name: apprise_app
restart: unless-stopped
ports:
- "127.0.0.1:{{ apprise_external_port }}:8000"
networks:
- "web_proxy_network"
volumes:
- "{{ config_dir }}:/config"
environment:
APPRISE_STATEFUL_MODE: disabled
PUID: "{{ owner_create_result.uid }}"
PGID: "{{ owner_create_result.group }}"
APPRISE_STATEFUL_MODE: simple
APPRISE_WORKER_COUNT: 1
networks:
+1
View File
@@ -0,0 +1 @@
tgram://{{ notifications_tg_bot_token }}/{{ notifications_tg_chat_id }}