-
Notifications
You must be signed in to change notification settings - Fork 543
Open
Description
I define some environment variables in docker-compose.yml (e.g. THREADS=8) which get used correctly for setting up renderd.conf
openstreetmap-tile-server/run.sh
Line 171 in 6088b9b
| sed -i -E "s/num_threads=[0-9]+/num_threads=${THREADS:-4}/g" /etc/renderd.conf |
But the openstreetmap-tiles-update-expire.sh executed via Cron doesn't have access to the enviroment variables.
This results in execution of openstreetmap-tiles-update-expire.sh with default parameters.
Metadata
Metadata
Assignees
Labels
No labels