NUKE
Some checks failed
Docker image builds / build (push) Failing after 4m22s

This commit is contained in:
Soph :3 2026-02-07 14:27:38 +02:00
parent d2205b11a7
commit 02b9aebbe5
341 changed files with 1571 additions and 32574 deletions

View file

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

View file

@ -9,7 +9,7 @@ set -u
source ../lib/lib.sh
build_anubis_ko
build_nuke_ko
function cleanup() {
docker compose down