ansible-infra/resources/z9/waybackproxy/docker_compose/compose.yaml.j2
June 0526a15e06
Some checks failed
/ Ansible Lint (push) Failing after 1m24s
don't pin digests anymore
The benefit of digest pinning isn't that great for this project really
and it comes at the cost of more issues and additional renovate noise,
so just don't anymore.
Adjust renovate config accordingly as well.
2025-11-18 13:50:44 +01:00

10 lines
236 B
Django/Jinja

services:
# https://github.com/richardg867/WaybackProxy
waybackproxy:
image: cttynul/waybackproxy:latest
environment:
DATE: 19990101
DATE_TOLERANCE: 730
ports:
- "1999:8888"
restart: unless-stopped