Skip to content

Commit

Permalink
fixed LOG_LEVEL not getting passed through
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 27, 2024
1 parent 580f6d6 commit f36c713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ services:
- "3003:3003"
user: 1000:3000
environment:
LOG_LEVEL: ${LOG_LEVEL-debug}
MIELI_URL: http://meilisearch:7700
TILESERVER_URL: http://tileserver:8080
CDN_URL: http://data:3002/cdn
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ services:
command: /bin/navigatum-main-api
user: 1000:3000
environment:
LOG_LEVEL: ${LOG_LEVEL-info}
MIELI_URL: http://meilisearch:7700
TILESERVER_URL: http://tileserver:8080
CDN_URL: http://data:3002/cdn
Expand Down

0 comments on commit f36c713

Please sign in to comment.