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
|
# 2025-11-01 Hyperling
|
||||||
# Create a 3rd party F-Droid repository for providing app updates.
|
# 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:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: fd-app
|
container_name: fd-app
|
||||||
@@ -64,6 +72,7 @@ services:
|
|||||||
- FILE19=$FILE19
|
- FILE19=$FILE19
|
||||||
volumes:
|
volumes:
|
||||||
- ../../Volumes/F-DroidRepo/share:/root/share
|
- ../../Volumes/F-DroidRepo/share:/root/share
|
||||||
|
- fdroid_data:/root/fdroid
|
||||||
deploy:
|
deploy:
|
||||||
mode: global
|
mode: global
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user