Skip to content

Commit

Permalink
fix maps api env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorm22 committed Jan 3, 2024
1 parent 190924f commit 3714c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ services:
command: bash -c "npm run ready-to-run:built && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js"
volumes: *default-volumes
environment:
- MAPS_API_V3_RESOURCE_URL_TEMPLATE_NEW=https://$${host}/api/$${path}
- NODE_OPTIONS=--max-old-space-size=3072
restart: unless-stopped
logging:
Expand All @@ -149,6 +150,7 @@ services:
command: bash -c "npm run ready-to-run:built && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/subscriber/index.js"
volumes: *default-volumes
environment:
- MAPS_API_V3_RESOURCE_URL_TEMPLATE_NEW=https://$${host}/api/$${path}
- NODE_OPTIONS=--max-old-space-size=1536
restart: unless-stopped
logging:
Expand Down

0 comments on commit 3714c7c

Please sign in to comment.