You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
129 B
YAML
10 lines
129 B
YAML
5 years ago
|
services:
|
||
|
frontend:
|
||
5 years ago
|
build: frontend
|
||
5 years ago
|
ports:
|
||
5 years ago
|
- 80:80
|
||
5 years ago
|
depends_on:
|
||
5 years ago
|
- backend
|
||
5 years ago
|
backend:
|
||
|
build: backend
|