Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 27, 2023
1 parent da007eb commit 8aafb07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
.env
/docker/redis*
/docker/osrm/data
/docker/osrm/landuses
Expand Down
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# List default compononents
# List default components
# Add as required
# - docker-compose-osrm.yml
# - docker-compose-otp.yml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ build/

# Ignore application configuration
local.env
.env

# Redis
*.aof
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,13 @@ TBD

## Docker

Adjust config/environments files.
Copy and adjust environments files.
```bash
cp ./config/environments/production.rb ./docker/
```

Create a `.env` from `.env.template`, and adapt if required.
Enable componenents in `COMPOSE_FILE` var. Only required for non external engines.
Enable components in `COMPOSE_FILE` var. Only required for non external engines.

Build docker images
```
Expand Down

0 comments on commit 8aafb07

Please sign in to comment.