more script tweaking to make ufmonitor-update work

This commit is contained in:
Tim Flink 2017-09-07 18:53:15 +00:00
parent 12773352a5
commit eaac9a098f

View file

@ -4,5 +4,4 @@
# This job handles updating the ufmonitor database with new data from a pagure instance
#
export POSTGRES_DB_PASSWORD='{{ ufmonitor_db_password }}'
docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }}
docker run --add-host=postgres:{{ ufmonitor_db_host}} -e POSTGRES_DB_PASSWORD="{{ ufmonitor_db_password }}" {{ updater_container_image }}