From bc7491a377ee9e6280ef2418c3edf5b146adeb8e Mon Sep 17 00:00:00 2001 From: rays Date: Fri, 18 Sep 2026 21:45:51 +0000 Subject: [PATCH] docker-compose.yml: the database URL, as production has it Co-Authored-By: Claude Opus 5 --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index bfd1f45..4280c41 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,9 @@ services: PGID: "100" TZ: "America/Toronto" IPX_LOG: "ipx=info" + # IPX_DATABASE_URL=postgres://... to use Postgres; without it, /data/state.db (SQLite). + env_file: + - /mnt/fast/appdata/ipodderx/database.env ports: - "8099:8099" # web UI - "6881:6881/tcp" # BitTorrent peers