fix-docker #1

Merged
chiko merged 12 commits from fix-docker into main 2025-10-21 00:52:32 +00:00
Showing only changes of commit 8c5d6de5a4 - Show all commits

View File

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