chore: addhomarr adguard

This commit is contained in:
mathieu 2024-07-03 12:39:03 +02:00
parent c43230ee32
commit 421c0eb7d2
3 changed files with 53 additions and 1 deletions

View File

@ -0,0 +1,21 @@
version: "3"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguardhome
ports:
- 53:53/tcp
- 53:53/udp
- 853:853/tcp
- 3999:3000/tcp
- 8088:80/tcp
volumes:
- adguardhome-workdir:/opt/adguardhome/work
- adguardhome-confdir:/opt/adguardhome/conf
restart: unless-stopped
volumes:
adguardhome-confdir: {}
adguardhome-workdir: {}

21
homarr/docker-compose.yml Normal file
View File

@ -0,0 +1,21 @@
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- homarr-storage-configs:/app/data/configs
- homarr-storage-icons:/app/public/icons
- homarr-storage-data:/data
ports:
- '8087:7575'
volumes:
homarr-storage-configs: {}
homarr-storage-icons: {}
homarr-storage-data: {}

View File

@ -38,7 +38,7 @@ http:
certResolver: myresolver certResolver: myresolver
router-homepage: router-homepage:
rule: "Host(`home.huguette.ovh`)" rule: "Host(`home.huguette.ovh`)"
service: "service-homepage" service: "service-homarr"
tls: tls:
certResolver: myresolver certResolver: myresolver
router-joplin: router-joplin:
@ -148,6 +148,16 @@ http:
passHostHeader: true passHostHeader: true
servers: servers:
- url: "http://192.168.1.100:8086" - url: "http://192.168.1.100:8086"
service-homarr:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.1.100:8087"
service-adguard:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.1.100:8088"
middlewares: middlewares:
replacepathregex-nas: replacepathregex-nas: