apprise: changed to simple stateful setup
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
tgram://{{ notifications_tg_bot_token }}/{{ notifications_tg_chat_id }}
|
||||
Reference in New Issue
Block a user