Make the repo contents persistent. Still need to add command that creates this directory before the first run.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user