mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
Mention names of config files on home page
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
872a1b5a5c
commit
d3f88cace5
@ -5,14 +5,14 @@ title: Fig | Fast, isolated development environments using Docker
|
|||||||
|
|
||||||
<strong class="strapline">Fast, isolated development environments using Docker.</strong>
|
<strong class="strapline">Fast, isolated development environments using Docker.</strong>
|
||||||
|
|
||||||
Define your app's environment with Docker so it can be reproduced anywhere:
|
Define your app's environment with a `Dockerfile` so it can be reproduced anywhere:
|
||||||
|
|
||||||
FROM python:2.7
|
FROM python:2.7
|
||||||
ADD . /code
|
ADD . /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
Define the services that make up your app so they can be run together in an isolated environment:
|
Define the services that make up your app in `fig.yml` so they can be run together in an isolated environment:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
web:
|
web:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user