mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-13 09:03:05 +00:00
~
This commit is contained in:
parent
9e407cd78f
commit
fe52c9c97c
6 changed files with 170 additions and 2 deletions
24
nixos/docker/raspap/docker-compose.yml
Normal file
24
nixos/docker/raspap/docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue