compose/pkg/e2e/fixtures/external/compose.yaml

14 lines
203 B
YAML

services:
test:
image: nginx:alpine
other:
image: nginx:alpine
networks:
test_network:
ipv4_address: 8.8.8.8
networks:
test_network:
external: true
name: foo_bar