Files
fips/examples/sidecar-nostr-relay/docker-compose.external-net.yml
Origami74 c8b7459fbc Add sidecar-nostr-relay example and fix openwrt CI path
Add a complete example running a strfry Nostr relay exclusively over
the FIPS mesh using the sidecar pattern. Includes Docker Compose
stack, network isolation via iptables, .fips DNS resolution, nak CLI,
build script with cross-compilation support, and documentation.

Also fix the package-openwrt.yml workflow path to match the
openwrt → openwrt-ipk directory rename.
2026-03-19 16:23:13 +00:00

7 lines
232 B
YAML

# Override: use a pre-existing external network instead of creating one.
# Used by test-sidecar.sh for multi-instance testing on a shared network.
networks:
fips-net:
external: true
name: ${FIPS_NETWORK:-fips-sidecar-net}