compose-viz/tests/ymls/ports/docker-compose.yml

20 lines
383 B
YAML
Raw Normal View History

2022-05-24 10:02:47 +02:00
version: "3.9"
services:
frontend:
image: awesome/frontend
ports:
- "3000"
- "3000-3005"
- "9090-9091:8080-8081"
- "49100:22"
- "127.0.0.1:8001:8001"
- "127.0.0.1:5000-5010:5000-5010"
- "6060:6060/udp"
- ":7777"
2022-05-24 10:02:47 +02:00
- target: 80
host_ip: 127.0.0.1
published: 8080
protocol: tcp
- target: 443