nuke/test/docker-registry/docker-compose.yaml
fucksophie 02b9aebbe5
Some checks failed
Docker image builds / build (push) Failing after 4m22s
NUKE
2026-02-07 14:27:38 +02:00

30 lines
727 B
YAML

services:
registry:
image: distribution/distribution:edge
restart: always
relayd:
image: ghcr.io/xe/x/relayd
pull_policy: always
environment:
CERT_DIR: /etc/sad.ovh/pki/registry.local.cetacean.club
CERT_FNAME: cert.pem
KEY_FNAME: key.pem
PROXY_TO: http://nuke:3000
ports:
- 3004:3004
volumes:
- ./pki/registry.local.cetacean.club:/etc/sad.ovh/pki/registry.local.cetacean.club
nuke:
image: ko.local/nuke
restart: always
environment:
BIND: ":3000"
TARGET: http://registry:5000
POLICY_FNAME: /etc/sad.ovh/nuke.yaml
USE_REMOTE_ADDRESS: "true"
ports:
- 3000
volumes:
- ./nuke.yaml:/etc/sad.ovh/nuke.yaml