# Declarative aptly state for docker-compose.yaml (production). Consumed by # aptly-reconcile on every start of the `reconcile` service — safe to edit and # restart that service as often as you like, it only converges towards # whatever is described here (see docs/packaging.md). # # Uncomment and adjust the example below to get your first repo + publish # target, or add your own. See rootfs/usr/local/bin/aptly-reconcile for the # full field reference. localRepos: [] # - name: stable # comment: "Production package repository" # defaultDistribution: stable # defaultComponent: main mirrors: [] # - name: debian-security # archiveURL: http://security.debian.org/debian-security # distribution: trixie-security # components: [main] # architectures: [amd64, arm64] publish: [] # - name: stable-root # prefix: "" # distribution: stable # sourceKind: local # sources: # - { name: stable, component: main } # architectures: [amd64, arm64] # acquireByHash: true