kompose/script/test/fixtures/network-mode-service/compose.yaml
jose luis 04acbf111f
added tests
add e2e
2024-04-03 19:31:46 +02:00

17 lines
344 B
YAML

version: '3.8'
services:
client:
image: busybox
command: ['sleep', 'infinity']
container_name: threats-client
restart: unless-stopped
ports:
- '8080:8080'
server:
image: busybox
command: ['sleep', 'infinity']
container_name: threats-server
restart: unless-stopped
network_mode: service:client