initial commit

This commit is contained in:
Daniele Viti
2023-09-12 16:50:00 +02:00
parent 16114a1c8a
commit 5b9f229291
7 changed files with 114 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
version: "3"
services:
repo:
image: dnviti/fdroid-reposerver
restart: always
environment:
- TZ=Europe/Rome
command: [ "--config", "/config/settings.json" ]
volumes:
- repo:/fdroid/repo
- fbdb:/database
ports:
- 8083:80
volumes:
fbdb:
repo: