init
This commit is contained in:
26
services/adguard/docker-compose.yml
Normal file
26
services/adguard/docker-compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
adguard:
|
||||
image: adguard/adguardhome:latest
|
||||
container_name: adguard
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- adguard_work:/opt/adguardhome/work
|
||||
- adguard_conf:/opt/adguardhome/conf
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.adguard.rule=Host(`adguard.home.jens.pub`)"
|
||||
- "traefik.http.routers.adguard.entrypoints=websecure"
|
||||
- "traefik.http.services.adguard.loadbalancer.server.port=80"
|
||||
|
||||
volumes:
|
||||
adguard_work:
|
||||
adguard_conf:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user