compose-viz/tests/in/100000.yaml
2022-05-18 23:28:18 +08:00

9 lines
105 B
YAML

version: "3.9"
services:
web:
build: .
links:
- "db:database"
db:
image: postgres