Release 0.1.0

This commit is contained in:
Fasterino
2025-10-31 04:27:42 +03:00
commit 6fe2f12b8e
30 changed files with 2031 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
rrpsfd:
build: .
container_name: rrpsfd
network_mode: "host"
restart: always
environment:
EMAIL: # Type your email here
volumes:
# - "/var/run/docker.sock:/var/run/docker.sock" # Uncomment this if you use Docker in root mode.
# - "~/.docker/run/docker.sock:/var/run/docker.sock" # Uncomment this if you use Docker in user mode (like Docker Desktop).
- "./rrpsfd/data:/home/data"
- "./rrpsfd/letsencrypt:/etc/letsencrypt/"