Initial commit

This commit is contained in:
2025-10-22 19:59:09 +00:00
commit 67996ade86
34 changed files with 905 additions and 0 deletions

17
local/adguard/compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
adguard:
image: adguard/adguardhome
container_name: adguard
hostname: $HOSTNAME
restart: always
env_file:
- .env
volumes:
- ./work:/opt/adguardhome/work
- ./conf:/opt/adguardhome/conf
networks:
lan:
ipv4_address: $IP_ADDRESS
networks:
lan:
external: true