feat: add initial Portainer stack and template configurations for AdGuard Home

This commit is contained in:
2026-03-02 23:52:45 +00:00
commit 538cdd6913
7 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
adguard:
image: adguard/adguardhome
container_name: AdGuard
mem_limit: 2g
cpu_shares: 768
security_opt:
- no-new-privileges:true
network_mode: host
volumes:
- /volume1/docker/adguard/config:/opt/adguardhome/conf:rw
- /volume1/docker/adguard/data:/opt/adguardhome/work:rw
environment:
TZ: Europe/Dublin
restart: always