Make the repo contents persistent. Still need to add command that creates this directory before the first run.

This commit is contained in:
2026-07-04 13:02:28 -07:00
parent a4be059d89
commit 07703e72db
@@ -1,6 +1,14 @@
# 2025-11-01 Hyperling
# Create a 3rd party F-Droid repository for providing app updates.
volumes:
fdroid_data:
driver: local
driver_opts:
type: none
device: ../../Volumes/F-DroidRepo/data
o: bind
services:
app:
container_name: fd-app
@@ -64,6 +72,7 @@ services:
- FILE19=$FILE19
volumes:
- ../../Volumes/F-DroidRepo/share:/root/share
- fdroid_data:/root/fdroid
deploy:
mode: global
resources: