First commit

This commit is contained in:
2025-10-09 08:26:53 +02:00
commit b539901292
34 changed files with 747 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3.8'
services:
fdroid-nginx:
image: nginx:alpine
container_name: fdroid-nginx
volumes:
- ./fdroid-repo:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
ports:
- "8080:80"
restart: unless-stopped