Skip to content

Commit

Permalink
allow stateful changes for apprise
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 21, 2025
1 parent 0771b63 commit 5ed5e83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/notification/docker-compose.apprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
networks:
- public
- private
volumes:
- apprise-config:/config
labels:
traefik.enable: 'true'
traefik.http.routers.apprise.tls.certresolver: letsencrypt
Expand All @@ -22,8 +24,11 @@ services:
traefik.http.services.apprise.loadbalancer.server.port: 8000
environment:
APPRISE_WORKER_COUNT: 1
APPRISE_STATEFUL_MODE: disabled
APPRISE_STATEFUL_MODE: simple

networks:
public: {}
private: {}

volumes:
apprise-config: {}

0 comments on commit 5ed5e83

Please sign in to comment.