Compare commits

..

1 Commits

Author SHA1 Message Date
55bccd376e Remove watchtower from gluetun 2026-04-20 20:23:41 +00:00
9 changed files with 26 additions and 16 deletions

View File

@@ -24,8 +24,6 @@ services:
- PUID=1029 - PUID=1029
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
ports:
- "7878:7878"
volumes: volumes:
- /home/fejy/docker/radarr:/config - /home/fejy/docker/radarr:/config
- /mnt/LUXURIA/Share:/Share - /mnt/LUXURIA/Share:/Share
@@ -46,8 +44,6 @@ services:
- PUID=1029 - PUID=1029
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
ports:
- "8989:8989"
volumes: volumes:
- /home/fejy/docker/sonarr:/config - /home/fejy/docker/sonarr:/config
- /mnt/LUXURIA/Share:/Share - /mnt/LUXURIA/Share:/Share

View File

@@ -1,7 +1,6 @@
services: services:
dozzle: dozzle:
image: amir20/dozzle:latest image: amir20/dozzle:latest
restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /home/fejy/docker/dozzle_data:/data - /home/fejy/docker/dozzle_data:/data

View File

@@ -2,8 +2,6 @@ services:
ersatztv: ersatztv:
image: ghcr.io/ersatztv/ersatztv image: ghcr.io/ersatztv/ersatztv
container_name: ersatztv container_name: ersatztv
ports:
- "8409:8409"
environment: environment:
- TZ=America/New_York - TZ=America/New_York
volumes: volumes:

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
- PUID=1029 - PUID=1029
- PGID=1000 - PGID=1000
restart: unless-stopped restart: on-failure
networks: networks:
- proxy - proxy
labels: labels:

View File

@@ -5,12 +5,12 @@ services:
env_file: ".env" env_file: ".env"
environment: environment:
PUID: 1029 PUID: 1029
PGID: 988 PGID: 1000
HOMEPAGE_ALLOWED_HOSTS: home.nearfuture HOMEPAGE_ALLOWED_HOSTS: home.nearfuture
volumes: volumes:
- /home/fejy/docker/homepage/config:/app/config - /home/fejy/docker/homepage/config:/app/config
- /home/fejy/docker/homepage/icons:/app/public/icons - /home/fejy/docker/homepage/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro # - /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy - proxy

View File

@@ -1,7 +1,6 @@
services: services:
matrix-registration-bot: matrix-registration-bot:
image: moanos/matrix-registration-bot:latest image: moanos/matrix-registration-bot:latest
restart: unless-stopped
environment: environment:
LOGGING_LEVEL: DEBUG LOGGING_LEVEL: DEBUG
BOT_SERVER: "https://nearfuture.industries" BOT_SERVER: "https://nearfuture.industries"

View File

@@ -2,7 +2,6 @@ services:
pinchflat: pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest image: ghcr.io/kieraneglin/pinchflat:latest
container_name: pinchflat container_name: pinchflat
restart: unless-stopped
environment: environment:
- TZ=America/New_York - TZ=America/New_York
volumes: volumes:

View File

@@ -41,6 +41,27 @@ services:
- "traefik.http.routers.scrutiny.entryPoints=web" - "traefik.http.routers.scrutiny.entryPoints=web"
- "traefik.http.routers.scrutiny.rule=Host(`scrutiny.nearfuture`)" - "traefik.http.routers.scrutiny.rule=Host(`scrutiny.nearfuture`)"
collector:
restart: unless-stopped
image: 'ghcr.io/analogj/scrutiny:v0.8-collector'
cap_add:
- SYS_RAWIO
volumes:
- '/run/udev:/run/udev:ro'
environment:
COLLECTOR_API_ENDPOINT: 'http://web:8080'
COLLECTOR_HOST_ID: 'Invidia'
# If true forces the collector to run on startup (cron will be started after the collector completes)
# see: https://github.com/AnalogJ/scrutiny/blob/master/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md#collector-trigger-on-startup
COLLECTOR_RUN_STARTUP: true
depends_on:
web:
condition: service_healthy
networks:
- scrutiny
devices:
- "/dev/sda:/dev/sda"
networks: networks:
proxy: proxy:
external: true external: true

View File

@@ -1,12 +1,10 @@
version: '3' version: '3'
services: services:
watchtower: watchtower:
image: nickfedor/watchtower image: containrrr/watchtower
container_name: watchtower container_name: watchtower
command: --cleanup=true --scope watch command: --cleanup=true --scope watch
restart: unless-stopped restart: always
environment:
- DOCKER_API_VERSION="1.49"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
labels: labels: