Compare commits
3 commits
e7b91f0ac2
...
6d5c969467
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6d5c969467 | ||
![]() |
06a9b45203 | ||
![]() |
4e99a60ea3 |
7 changed files with 213 additions and 117 deletions
|
@ -5,21 +5,9 @@
|
||||||
pihole:
|
pihole:
|
||||||
host: dockerproxy
|
host: dockerproxy
|
||||||
port: 2375
|
port: 2375
|
||||||
qbittorrent-nox:
|
|
||||||
host: dockerproxy
|
|
||||||
port: 2375
|
|
||||||
jackett:
|
|
||||||
host: dockerproxy
|
|
||||||
port: 2375
|
|
||||||
flaresolverr:
|
|
||||||
host: dockerproxy
|
|
||||||
port: 2375
|
|
||||||
speedtest:
|
speedtest:
|
||||||
host: dockerproxy
|
host: dockerproxy
|
||||||
port: 2375
|
port: 2375
|
||||||
homepage:
|
|
||||||
host: dockerproxy
|
|
||||||
port: 2375
|
|
||||||
unbound:
|
unbound:
|
||||||
host: dockerproxy
|
host: dockerproxy
|
||||||
port: 2375
|
port: 2375
|
||||||
|
@ -53,6 +41,21 @@
|
||||||
torrentstack-navidrome-1:
|
torrentstack-navidrome-1:
|
||||||
host: dockerproxy
|
host: dockerproxy
|
||||||
port: 2375
|
port: 2375
|
||||||
uptime-kuma:
|
qbittorrent-nox:
|
||||||
host: dockerproxy
|
host: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||||
|
port: 2375
|
||||||
|
flaresolverr:
|
||||||
|
host: "{{HOMEPAGE_VAR_Flaresolverr_url}}"
|
||||||
|
port: 2375
|
||||||
|
media-jellyfin-1:
|
||||||
|
host: "{{HOMEPAGE_VAR_Jellyfin_url}}"
|
||||||
|
port: 2375
|
||||||
|
jackett:
|
||||||
|
host: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||||
|
port: 2375
|
||||||
|
uptime-kuma:
|
||||||
|
host: "{{HOMEPAGE_VAR_Uptime_Kuma_url}}"
|
||||||
|
port: 2375
|
||||||
|
memos:
|
||||||
|
host: "{{HOMEPAGE_VAR_Memos_url}}"
|
||||||
port: 2375
|
port: 2375
|
||||||
|
|
|
@ -4,10 +4,11 @@
|
||||||
href: https://jellyfin.peterdominguez.art/
|
href: https://jellyfin.peterdominguez.art/
|
||||||
icon: jellyfin.png
|
icon: jellyfin.png
|
||||||
description: The Free Software Media System
|
description: The Free Software Media System
|
||||||
ping: https://jellyfin.peterdominguez.art
|
server: media-jellyfin-1
|
||||||
|
container: media-jellyfin-1
|
||||||
widget:
|
widget:
|
||||||
type: jellyfin
|
type: jellyfin
|
||||||
url: http://10.0.0.103:8096
|
url: "{{HOMEPAGE_VAR_Jellyfin_url}}"
|
||||||
key: "{{HOMEPAGE_VAR_jellyfin_key}}"
|
key: "{{HOMEPAGE_VAR_jellyfin_key}}"
|
||||||
enableBlocks: true
|
enableBlocks: true
|
||||||
enableNowPlaying: true
|
enableNowPlaying: true
|
||||||
|
@ -38,14 +39,14 @@
|
||||||
token: "{{HOMEPAGE_VAR_navidrome_token}}"
|
token: "{{HOMEPAGE_VAR_navidrome_token}}"
|
||||||
salt: "{{HOMEPAGE_VAR_navidrome_salt}}"
|
salt: "{{HOMEPAGE_VAR_navidrome_salt}}"
|
||||||
- qBittorrent-nox:
|
- qBittorrent-nox:
|
||||||
href: http://10.0.0.121:8080/
|
href: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||||
icon: qbittorrent.png
|
icon: qbittorrent.png
|
||||||
description: WebGUI for the qBittorrent client
|
description: WebGUI for the qBittorrent client
|
||||||
server: qbittorrent-nox
|
server: qbittorrent-nox
|
||||||
container: qbittorrent-nox
|
container: qbittorrent-nox
|
||||||
widget:
|
widget:
|
||||||
type: qbittorrent
|
type: qbittorrent
|
||||||
url: http://10.0.0.121:8080
|
url: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||||
username: "{{HOMEPAGE_VAR_qBittorrent_Nox_username}}"
|
username: "{{HOMEPAGE_VAR_qBittorrent_Nox_username}}"
|
||||||
password: "{{HOMEPAGE_VAR_qBittorrent_Nox_password}}"
|
password: "{{HOMEPAGE_VAR_qBittorrent_Nox_password}}"
|
||||||
enableLeechProgress: true
|
enableLeechProgress: true
|
||||||
|
@ -54,25 +55,25 @@
|
||||||
|
|
||||||
- Networking:
|
- Networking:
|
||||||
- pihole:
|
- pihole:
|
||||||
href: https://10.0.0.121:6346/admin
|
href: "{{HOMEPAGE_VAR_Pihole_url_admin}}"
|
||||||
icon: pi-hole.png
|
icon: pi-hole.png
|
||||||
description: DNS sinkhole to block ads
|
description: DNS sinkhole to block ads
|
||||||
server: pihole
|
server: pihole
|
||||||
container: pihole
|
container: pihole
|
||||||
widget:
|
widget:
|
||||||
type: pihole
|
type: pihole
|
||||||
url: https://10.0.0.121:6346
|
url: "{{HOMEPAGE_VAR_Pihole_url}}"
|
||||||
version: 6
|
version: 6
|
||||||
key: "{{HOMEPAGE_VAR_FTLCONF_webserver_api_password}}"
|
key: "{{HOMEPAGE_VAR_FTLCONF_webserver_api_password}}"
|
||||||
- Speed Test Tracker:
|
- Speed Test Tracker:
|
||||||
href: http://10.0.0.121:9080/
|
href: "{{HOMEPAGE_VAR_Speed_Test_Tracker_url}}"
|
||||||
icon: speedtest-tracker.png
|
icon: speedtest-tracker.png
|
||||||
description: Self-hosted Internet speed monitoring
|
description: Self-hosted Internet speed monitoring
|
||||||
server: speedtest-tracker
|
server: speedtest-tracker
|
||||||
container: speedtest-tracker
|
container: speedtest-tracker
|
||||||
widget:
|
widget:
|
||||||
type: speedtest
|
type: speedtest
|
||||||
url: http://10.0.0.121:9080
|
url: "{{HOMEPAGE_VAR_Speed_Test_Tracker_url}}"
|
||||||
version: 2
|
version: 2
|
||||||
key: "{{HOMEPAGE_VAR_KEY_SPEEDTEST}}"
|
key: "{{HOMEPAGE_VAR_KEY_SPEEDTEST}}"
|
||||||
bitratePrecision: 3
|
bitratePrecision: 3
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
url: https://status.peterdominguez.art
|
url: https://status.peterdominguez.art
|
||||||
slug: homeserver
|
slug: homeserver
|
||||||
- Flaresolverr:
|
- Flaresolverr:
|
||||||
href: http://10.0.0.121:8191/
|
href: "{{HOMEPAGE_VAR_Flaresolverr_url}}"
|
||||||
icon: flaresolverr.png
|
icon: flaresolverr.png
|
||||||
description: Proxy server to bypass DDoS protection
|
description: Proxy server to bypass DDoS protection
|
||||||
server: flaresolverr
|
server: flaresolverr
|
||||||
|
@ -126,16 +127,13 @@
|
||||||
type: gitea
|
type: gitea
|
||||||
url: https://git.peterdominguez.art
|
url: https://git.peterdominguez.art
|
||||||
key: "{{HOMEPAGE_VAR_forgejo_key}}"
|
key: "{{HOMEPAGE_VAR_forgejo_key}}"
|
||||||
- Jackett:
|
- Memos:
|
||||||
href: http://10.0.0.121:9117/
|
href: https://notes.peterdominguez.art
|
||||||
icon: jackett.png
|
icon: memos.png
|
||||||
description: Free and open-source maintained indexer
|
description: Open source, self-hosted notes
|
||||||
server: jackett
|
server: memos
|
||||||
container: jackett
|
container: memos
|
||||||
widget:
|
showStats: true
|
||||||
type: jackett
|
|
||||||
url: http://10.0.0.121:9117
|
|
||||||
password: "{{HOMEPAGE_VAR_jackett_password}}"
|
|
||||||
- SearXNG:
|
- SearXNG:
|
||||||
href: https://search.peterdominguez.art/
|
href: https://search.peterdominguez.art/
|
||||||
icon: searxng.png
|
icon: searxng.png
|
||||||
|
@ -143,6 +141,16 @@
|
||||||
server: searxng
|
server: searxng
|
||||||
container: searxng
|
container: searxng
|
||||||
showStats: true
|
showStats: true
|
||||||
|
- Jackett:
|
||||||
|
href: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||||
|
icon: jackett.png
|
||||||
|
description: Free and open-source maintained indexer
|
||||||
|
server: jackett
|
||||||
|
container: jackett
|
||||||
|
widget:
|
||||||
|
type: jackett
|
||||||
|
url: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||||
|
password: "{{HOMEPAGE_VAR_jackett_password}}"
|
||||||
- Hugo:
|
- Hugo:
|
||||||
href: https://peterdominguez.art
|
href: https://peterdominguez.art
|
||||||
icon: hugo.png
|
icon: hugo.png
|
||||||
|
@ -151,16 +159,9 @@
|
||||||
container: torrentstack-lighttpd-1
|
container: torrentstack-lighttpd-1
|
||||||
showStats: true
|
showStats: true
|
||||||
- meTube:
|
- meTube:
|
||||||
href: http://10.0.0.121:8081
|
href: "{{HOMEPAGE_VAR_meTube_url}}"
|
||||||
icon: metube.png
|
icon: metube.png
|
||||||
description: Self-hosted YouTube downloader
|
description: Self-hosted YouTube downloader
|
||||||
server: metube
|
server: metube
|
||||||
container: metube
|
container: metube
|
||||||
showStats: true
|
showStats: true
|
||||||
- Homepage:
|
|
||||||
href: https://home.peterdominguez.art
|
|
||||||
icon: homepage.png
|
|
||||||
description: A modern dashboard for your services
|
|
||||||
server: homepage
|
|
||||||
container: homepage
|
|
||||||
showStats: true
|
|
||||||
|
|
|
@ -5,66 +5,6 @@ networks:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.20.0.0/16
|
- subnet: 172.20.0.0/16
|
||||||
services:
|
services:
|
||||||
qbittorrent-nox:
|
|
||||||
# for debugging
|
|
||||||
#cap_add:
|
|
||||||
#- SYS_PTRACE
|
|
||||||
container_name: qbittorrent-nox
|
|
||||||
environment:
|
|
||||||
#- PAGID=10000
|
|
||||||
#- PGID=1000
|
|
||||||
#- PUID=1000
|
|
||||||
- QBT_EULA=accept
|
|
||||||
- QBT_VERSION=latest
|
|
||||||
- QBT_WEBUI_PORT=8080
|
|
||||||
#- TZ=UTC
|
|
||||||
#- UMASK=022
|
|
||||||
image: qbittorrentofficial/qbittorrent-nox:latest
|
|
||||||
ports:
|
|
||||||
# for bittorrent traffic
|
|
||||||
- 6881:6881/tcp
|
|
||||||
- 6881:6881/udp
|
|
||||||
# for WebUI
|
|
||||||
- 8080:8080/tcp
|
|
||||||
read_only: true
|
|
||||||
stop_grace_period: 30m
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
tty: true
|
|
||||||
volumes:
|
|
||||||
- /home/guts/docker:/config
|
|
||||||
- /media/PHDD1/torrents:/downloads
|
|
||||||
- /home/guts/VueTorrent:/VueTorrent
|
|
||||||
jackett:
|
|
||||||
image: lscr.io/linuxserver/jackett:latest
|
|
||||||
container_name: jackett
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- AUTO_UPDATE=true #optional
|
|
||||||
- RUN_OPTS= #optional
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- /home/guts/docker:/config
|
|
||||||
- /media/Torrents:/downloads
|
|
||||||
ports:
|
|
||||||
- 9117:9117
|
|
||||||
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
flaresolverr:
|
|
||||||
# DockerHub mirror flaresolverr/flaresolverr:latest
|
|
||||||
image: alexfozor/flaresolverr:pr-1300-experimental
|
|
||||||
container_name: flaresolverr
|
|
||||||
environment:
|
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
|
||||||
- LOG_HTML=${LOG_HTML:-false}
|
|
||||||
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
|
||||||
- TZ=America/Santo_Domingo
|
|
||||||
ports:
|
|
||||||
- "${PORT:-8191}:8191"
|
|
||||||
restart: unless-stopped
|
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
|
@ -131,7 +71,7 @@ services:
|
||||||
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||||
- POST=0 # Disallow any POST operations (effectively read-only)
|
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:2375:2375
|
- 2375:2375
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -211,12 +151,6 @@ services:
|
||||||
- SEARXNG_BASE_URL=http://${SEARXNG_HOSTNAME:-localhost}/
|
- SEARXNG_BASE_URL=http://${SEARXNG_HOSTNAME:-localhost}/
|
||||||
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
|
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
|
||||||
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
|
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
|
||||||
cap_drop:
|
|
||||||
- ALL
|
|
||||||
cap_add:
|
|
||||||
- CHOWN
|
|
||||||
- SETGID
|
|
||||||
- SETUID
|
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
@ -303,15 +237,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /home/guts/docker/navidrome:/data
|
- /home/guts/docker/navidrome:/data
|
||||||
- /media/network/music:/music:ro
|
- /media/network/music:/music:ro
|
||||||
uptime-kuma:
|
|
||||||
image: louislam/uptime-kuma:beta
|
|
||||||
container_name: uptime-kuma
|
|
||||||
volumes:
|
|
||||||
- /home/guts/docker/uptime-kuma:/app/data
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
ports:
|
|
||||||
- 3001:3001
|
|
||||||
restart: always
|
|
||||||
signal-cli-rest-api:
|
signal-cli-rest-api:
|
||||||
image: bbernhard/signal-cli-rest-api:latest
|
image: bbernhard/signal-cli-rest-api:latest
|
||||||
environment:
|
environment:
|
||||||
|
@ -321,3 +246,29 @@ services:
|
||||||
- "5280:8080" #map docker port 8080 to host port 8080.
|
- "5280:8080" #map docker port 8080 to host port 8080.
|
||||||
volumes:
|
volumes:
|
||||||
- "/home/guts/docker/signal-cli:/home/.local/share/signal-cli" #map "signal-cli-config" folder on
|
- "/home/guts/docker/signal-cli:/home/.local/share/signal-cli" #map "signal-cli-config" folder on
|
||||||
|
memos:
|
||||||
|
image: neosmemo/memos:stable
|
||||||
|
container_name: memos
|
||||||
|
volumes:
|
||||||
|
- /home/guts/docker/memos:/var/opt/memos
|
||||||
|
ports:
|
||||||
|
- 5230:5230
|
||||||
|
redlib:
|
||||||
|
image: quay.io/redlib/redlib:latest
|
||||||
|
restart: always
|
||||||
|
container_name: "redlib"
|
||||||
|
ports:
|
||||||
|
- 9548:8080
|
||||||
|
user: nobody
|
||||||
|
read_only: true
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
environment:
|
||||||
|
- REDLIB_DEFAULT_SHOW_NSFW=on
|
||||||
|
- REDLIB_DEFAULT_THEME=dracula
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://127.0.0.1:9548/settings"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 3s
|
||||||
|
|
119
.docker/stacks/media/docker-compose.yaml
Normal file
119
.docker/stacks/media/docker-compose.yaml
Normal file
|
@ -0,0 +1,119 @@
|
||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: jellyfin/jellyfin
|
||||||
|
user: 112:120
|
||||||
|
group_add: # by id as these may not exist within the container. Needed to provide permissions to the VAAPI Devices
|
||||||
|
- '106' #render
|
||||||
|
- '44' #video
|
||||||
|
network_mode: 'host'
|
||||||
|
restart: 'unless-stopped'
|
||||||
|
devices:
|
||||||
|
# VAAPI Devices
|
||||||
|
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||||
|
- /dev/dri/card0:/dev/dri/card0
|
||||||
|
environment:
|
||||||
|
- JELLYFIN_CACHE_DIR=/var/cache/jellyfin
|
||||||
|
- JELLYFIN_CONFIG_DIR=/etc/jellyfin
|
||||||
|
- JELLYFIN_DATA_DIR=/var/lib/jellyfin
|
||||||
|
- JELLYFIN_LOG_DIR=/var/log/jellyfin
|
||||||
|
- TZ=America/Santo_Domingo
|
||||||
|
volumes:
|
||||||
|
- /etc/jellyfin:/etc/jellyfin
|
||||||
|
- /var/cache/jellyfin:/var/cache/jellyfin
|
||||||
|
- /var/lib/jellyfin:/var/lib/jellyfin
|
||||||
|
- /var/log/jellyfin:/var/log/jellyfin
|
||||||
|
- /media/HDD1/Anime:/media/HDD1/Anime
|
||||||
|
- /media/HDD1/Animovies:/media/HDD1/Animovies
|
||||||
|
- /media/HDD1/Movies:/media/HDD1/Movies
|
||||||
|
- /media/HDD1/Movies-Kids:/media/HDD1/Movies-Kids
|
||||||
|
- /media/HDD1/TV:/media/HDD1/TV
|
||||||
|
- /media/HDD1/TV-Kids:/media/HDD1/TV-Kids
|
||||||
|
- /media/HDD1/Torrents:/media/HDD1/Torrents
|
||||||
|
- /media/HDD2/Anime:/media/HDD2/Anime
|
||||||
|
- /media/HDD2/Animovies:/media/HDD2/Animovies
|
||||||
|
- /media/HDD2/Movies:/media/HDD2/Movies
|
||||||
|
- /media/HDD2/Movies-Kids:/media/HDD2/Movies-Kids
|
||||||
|
- /media/HDD2/TV:/media/HDD2/TV
|
||||||
|
- /media/HDD2/TV-Kids:/media/HDD2/TV-Kids
|
||||||
|
- /media/HDD2/Torrents:/media/HDD2/Torrents
|
||||||
|
- /media/HDD3/Anime:/media/HDD3/Anime
|
||||||
|
- /media/HDD3/Animovies:/media/HDD3/Animovies
|
||||||
|
- /media/HDD3/Movies:/media/HDD3/Movies
|
||||||
|
- /media/HDD3/Movies-Kids:/media/HDD3/Movies-Kids
|
||||||
|
- /media/HDD3/TV:/media/HDD3/TV
|
||||||
|
- /media/HDD3/TV-Kids:/media/HDD3/TV-Kids
|
||||||
|
- /media/HDD3/Torrents:/media/HDD3/Torrents
|
||||||
|
- /media/HDD1/prerolls:/media/HDD1/prerolls
|
||||||
|
qbittorrent-nox:
|
||||||
|
# for debugging
|
||||||
|
#cap_add:
|
||||||
|
#- SYS_PTRACE
|
||||||
|
container_name: qbittorrent-nox
|
||||||
|
environment:
|
||||||
|
#- PAGID=10000
|
||||||
|
#- PGID=1000
|
||||||
|
#- PUID=1000
|
||||||
|
- QBT_EULA=accept
|
||||||
|
- QBT_VERSION=latest
|
||||||
|
- QBT_WEBUI_PORT=8080
|
||||||
|
#- TZ=UTC
|
||||||
|
#- UMASK=022
|
||||||
|
image: qbittorrentofficial/qbittorrent-nox:latest
|
||||||
|
ports:
|
||||||
|
# for bittorrent traffic
|
||||||
|
- 6881:6881/tcp
|
||||||
|
- 6881:6881/udp
|
||||||
|
# for WebUI
|
||||||
|
- 8080:8080/tcp
|
||||||
|
read_only: true
|
||||||
|
stop_grace_period: 30m
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
|
tty: true
|
||||||
|
volumes:
|
||||||
|
- /home/peter/docker:/config
|
||||||
|
- /media/HDD3/torrents:/downloads
|
||||||
|
- /home/peter/VueTorrent:/VueTorrent
|
||||||
|
jackett:
|
||||||
|
image: lscr.io/linuxserver/jackett:latest
|
||||||
|
container_name: jackett
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
- AUTO_UPDATE=true #optional
|
||||||
|
- RUN_OPTS= #optional
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /home/peter/docker:/config
|
||||||
|
- /media/Torrents:/downloads
|
||||||
|
ports:
|
||||||
|
- 9117:9117
|
||||||
|
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
flaresolverr:
|
||||||
|
# DockerHub mirror flaresolverr/flaresolverr:latest
|
||||||
|
image: alexfozor/flaresolverr:pr-1300-experimental
|
||||||
|
container_name: flaresolverr
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
|
- LOG_HTML=${LOG_HTML:-false}
|
||||||
|
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
||||||
|
- TZ=America/Santo_Domingo
|
||||||
|
ports:
|
||||||
|
- "${PORT:-8191}:8191"
|
||||||
|
restart: unless-stopped
|
||||||
|
dockerproxy:
|
||||||
|
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||||
|
container_name: dockerproxy
|
||||||
|
environment:
|
||||||
|
- CONTAINERS=1 # Allow access to viewing containers
|
||||||
|
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||||
|
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||||
|
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
|
ports:
|
||||||
|
- 2375:2375
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
|
restart: unless-stopped
|
22
.docker/stacks/status/docker-compose.yaml
Normal file
22
.docker/stacks/status/docker-compose.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:beta
|
||||||
|
container_name: uptime-kuma
|
||||||
|
volumes:
|
||||||
|
- /home/nagatoro/docker/uptime-kuma:/app/data
|
||||||
|
ports:
|
||||||
|
- 3001:3001
|
||||||
|
restart: always
|
||||||
|
dockerproxy:
|
||||||
|
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||||
|
container_name: dockerproxy
|
||||||
|
environment:
|
||||||
|
- CONTAINERS=1 # Allow access to viewing containers
|
||||||
|
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||||
|
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||||
|
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
|
ports:
|
||||||
|
- 2375:2375
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
|
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue