homeserver/docker-compose/acng/docker-compose.yml.j2

18 lines
486 B
Text
Raw Normal View History

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