fixed not loading the env file for docker

This commit is contained in:
2025-10-21 02:47:36 +02:00
parent 5f735dce6a
commit 8c5d6de5a4

View File

@@ -3,6 +3,9 @@ services:
build: .
volumes:
- ./data/db:/opt/app/data/db
env_file:
- path: ./.env
required: true
depends_on:
apprise:
condition: service_healthy