1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-13 09:03:05 +00:00
This commit is contained in:
Rae 5e 2025-03-07 22:21:40 -05:00
parent 9e407cd78f
commit fe52c9c97c
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
6 changed files with 170 additions and 2 deletions

View file

@ -0,0 +1,24 @@
name: raspap
version: "3.8"
services:
raspap:
container_name: raspap
image: ghcr.io/raspap/raspap-docker:latest
#build: .
ports:
- "8081:8081"
privileged: true
network_mode: host
cgroup: host # uncomment when using an ARM device
environment:
- RASPAP_SSID=raspap-webgui
- RASPAP_SSID_PASS=ChangeMe
- RASPAP_COUNTRY=GB
- RASPAP_WEBGUI_USER=admin
- RASPAP_WEBGUI_PASS=secret
- RASPAP_WEBGUI_PORT=80
cap_add:
- SYS_ADMIN
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
restart: unless-stopped