homeserver/docker-compose/acng/docker-compose.yml.j2
mg caf87e2c3f traefik: nforwardauth (#518)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #518
2023-05-12 08:18:45 +02:00

18 lines
486 B
Django/Jinja

version: '3'
services:
apt-cacher-ng:
container_name: apt-cacher-ng
restart: always
image: registry.mgrote.net/apt-cacher-ng:master
ports:
- "9999:9999"
volumes:
- /mnt/acng_cache:/var/cache/apt-cacher-ng
environment:
USER: acng-admin
PASS: {{ lookup('keepass', 'acng_webinterface', 'password') }}
VERBOSE: 1 # 0/1
THRESHOLD: 60 # package housekeeping threshold
labels:
com.centurylinklabs.watchtower.enable: true