mirror of https://github.com/docker/compose.git
14 lines
231 B
YAML
14 lines
231 B
YAML
|
services:
|
||
|
db:
|
||
|
build: aci-demo/db
|
||
|
image: gtardif/sentences-db
|
||
|
|
||
|
words:
|
||
|
build: aci-demo/words
|
||
|
image: gtardif/sentences-api
|
||
|
web:
|
||
|
build: aci-demo/web
|
||
|
image: gtardif/sentences-web
|
||
|
ports:
|
||
|
- "80:80"
|