adding reaper-web docker file config and compose

This commit is contained in:
2026-05-18 05:11:33 +00:00
Unverified
parent 55e4830e39
commit 00c2a1fe5d
18 changed files with 1284 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Seeding default configuration from image..."
# Copy all hidden and visible files from /custom-defaults to /config without overwriting existing files
cp -a --update=none /custom-defaults/. /config/ || true
# Ensure the application user owns the configuration files
chown -R abc:abc /config