We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3213137 commit 217b67aCopy full SHA for 217b67a
salt/planet/config/run-planet.sh.jinja
@@ -1,7 +1,7 @@
1
cd /srv/planet/
2
git pull
3
{% for site, site_config in salt["pillar.get"]("planet", {}).get("sites").items() %}
4
-docker run --pull=always --rm -it \
+docker run --pull=always --rm \
5
-v {{ site_config["cache"] }}:/srv/cache/ \
6
-v {{ site_config["output"] }}:/srv/planetpython.org/ \
7
-v /srv/planet/config/{{ site_config["config"] }}:/planet/config/config.ini \
0 commit comments