who_need_help/compose.public-app.yaml
SimpleTest 861da2899f
Some checks are pending
Quality / full-local-gates (push) Waiting to run
Fix public edge interface assignments
2026-07-21 17:08:28 +03:00

20 lines
500 B
YAML

services:
app:
networks:
public_edge:
interface_name: eth2
aliases:
- ${PUBLIC_UPSTREAM_NAME:?Set PUBLIC_UPSTREAM_NAME when PUBLIC_EDGE_ENABLED=true}
web:
networks:
public_edge:
interface_name: eth3
aliases:
- ${PUBLIC_UPSTREAM_NAME:?Set PUBLIC_UPSTREAM_NAME when PUBLIC_EDGE_ENABLED=true}
networks:
public_edge:
name: ${PUBLIC_EDGE_NETWORK:?Set PUBLIC_EDGE_NETWORK when PUBLIC_EDGE_ENABLED=true}
external: true