Skip to content

Commit cf45358

Browse files
committed
rename docker-compose.yml to web.yml
1 parent c5e917a commit cf45358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ You will need `docker` and `docker-compose` installed on your system.
1313

1414
### Run locally
1515

16-
OSM Seed contains different containers, these are split into multiple docker compose files in `compose/`. The `docker-compose.yml` is the default with a API database and openstreetmap-website container. Make sure the required environment files are created. Example envs are in `envs/`. To create an env copy `envs/.env.db.example` to `.env.db` and edit as appropriate.
16+
OSM Seed contains different containers, these are split into multiple docker compose files in `compose/`. The `web.yml` is the default with a API database and openstreetmap-website container. Make sure the required environment files are created. Example envs are in `envs/`. To create an env copy `envs/.env.db.example` to `.env.db` and edit as appropriate.
1717

1818

1919
You can use any container required by extending the `docker compose up` command like this:
20-
* To run just the website `docker compose -f compose/docker-compose.yml up`
20+
* To run just the website `docker compose -f compose/web.yml up`
2121
* To run website and import some data to the DB `docker compose -f compose/populate-apidb.yml up`
2222

2323
Once `docker-compose` is running, you should be able to access a local instance of services:
File renamed without changes.

0 commit comments

Comments
 (0)