2023-11-17 17:54:53 -05:00
|
|
|
1. Rename *dist.env* to *.env*. Update the environment variables.
|
2022-02-04 10:46:39 -05:00
|
|
|
2. run osmtile with import script
|
|
|
|
2. Build the images and run the containers:
|
2022-02-03 16:46:54 -05:00
|
|
|
|
|
|
|
```sh
|
2022-02-04 10:46:39 -05:00
|
|
|
$ docker-compose up -d --build
|
2022-02-03 16:46:54 -05:00
|
|
|
```
|