compose-viz/tests/in/100000.yaml
2022-05-03 22:05:00 +08:00

9 lines
No EOL
104 B
YAML

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