apt-cacher-ng: removed apt-cacher-ng

Better alternative on the way :)
This commit is contained in:
2025-10-16 21:32:13 +02:00
parent 380548d67c
commit 9d7cfd8cb8
3 changed files with 0 additions and 31 deletions

View File

@@ -13,7 +13,6 @@ updates:
- "/docker/home/mosquitto-mqtt"
- "/docker/home/n8n"
- "/docker/home/node-red"
- "/docker/infrastructure/apt-cacher-ng"
- "/docker/infrastructure/mail/roundcube"
- "/docker/infrastructure/mail/stalwart"
- "/docker/infrastructure/network/traefik"

View File

@@ -42,11 +42,6 @@ node-red:
branch: main
compose_file: docker/home/node-red/docker-compose.yml
apt-cacher-ng:
repo: homeprod
branch: main
compose_file: docker/infrastructure/apt-cacher-ng/docker-compose.yml
roundcube:
repo: homeprod
branch: main

View File

@@ -1,25 +0,0 @@
services:
apt-cacher-ng:
image: sameersbn/apt-cacher-ng
container_name: apt-cacher-ng
networks:
- default
- proxy
ports:
- "3142"
labels:
- "traefik.enable=true"
- "traefik.http.routers.apt-cacher-ng.rule=Host(`apt-cacher.lan`)"
- "traefik.http.routers.apt-cacher-ng.entrypoints=http"
- "traefik.http.services.apt-cacher-ng.loadbalancer.server.port=3142"
volumes:
- apt-cacher-ng:/var/cache/apt-cacher-ng
restart: always
volumes:
apt-cacher-ng:
networks:
proxy:
name: proxy
external: true