mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-22 07:48:26 +00:00
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.
7 lines
232 B
YAML
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}
|