Skip to content

Instantly share code, notes, and snippets.

@OSCUK
OSCUK / gist:057361d58d2dbc6e006fcf4b415c1233
Created January 27, 2022 15:56
AdGuard Home code for Stack Portainer
AdGuard Home Page on Docker: https://hub.docker.com/r/adguard/adguardhome
Video on YouTube: https://youtu.be/vBgCZvCDFh8
YouTube Channel: https://www.youtube.com/c/OSCUK
---
version: "2"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguardhome
@OSCUK
OSCUK / gist:121d3d40da083f1bf8b079b1de93d76a
Last active February 15, 2022 15:56
Scrutiny for Docker
---
version: "2.1"
services:
scrutiny:
image: linuxserver/scrutiny
container_name: scrutiny
privileged: true
environment:
- PUID=100
- PGID=100
version: '2'
services:
netdata:
image: netdata/netdata
container_name: netdata
ports:
- 19999:19999
restart: unless-stopped
cap_add:
- SYS_PTRACE
@OSCUK
OSCUK / gist:714a57622e6a9e7be6d1272be8e22974
Last active August 1, 2023 19:01
NGINX Proxy Manager
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '8080:80'
- '8181:81'
- '4433:443'
volumes:
Sudo su
Install Node Exporter:
docker run -d --net="host" --pid="host" -v "/:/host:ro,rslave" quay.io/prometheus/node-exporter:latest --path.rootfs=/host
Create Prometheus Config:
nano prometheus.yml
version: "3"
services:
goaccess:
image: xavierh/goaccess-for-nginxproxymanager:latest
container_name: goaccess2
restart: always
environment:
- TZ=Europe/London
- PUID=100
- PGID=100
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
ports:
- "53:53/tcp"
version: '2'
volumes:
invoiceninja:
db:
services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
---
version: "2.1"
services:
resilio-sync:
image: lscr.io/linuxserver/resilio-sync
container_name: resilio-sync
environment:
- PUID=0
- PGID=0
- TZ=Europe/London
version: '2'
services:
picoshare:
environment:
- PORT=3001
- PS_SHARED_SECRET=rtevtVTEF54fe54F!
ports:
- 80:3001
volumes:
- picoshare:/data