Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 6ff61fe3 authored by Idriss's avatar Idriss
Browse files

Missing docker env variables

parent 11490a0d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ BUCKET_NAME_{{ count|length }}="{{ b.name }}" ...@@ -34,7 +34,7 @@ BUCKET_NAME_{{ count|length }}="{{ b.name }}"
DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_NAME_{{ count|length }}=$BUCKET_NAME_{{ count|length }}" DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_NAME_{{ count|length }}=$BUCKET_NAME_{{ count|length }}"
DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_ACCESS_KEY_{{ count|length }}=$BUCKET_ACCESS_KEY_{{ count|length }}" DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_ACCESS_KEY_{{ count|length }}=$BUCKET_ACCESS_KEY_{{ count|length }}"
DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_SECRET_KEY_{{ count|length }}=$BUCKET_SECRET_KEY_{{ count|length }}" DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_SECRET_KEY_{{ count|length }}=$BUCKET_SECRET_KEY_{{ count|length }}"
DOCKER_ENV_OPTS="$BUCKET_ENDPOINT_ -e BUCKET_ENDPOINT_{{ count|length }}=$BUCKET_SECRET_KEY_{{ count|length }}" DOCKER_ENV_OPTS="$DOCKER_ENV_OPTS -e BUCKET_ENDPOINT_{{ count|length }}=$BUCKET_SECRET_KEY_{{ count|length }}"
{% endfor %} {% endfor %}
{% else %} {% else %}
BUCKET_ENDPOINT="{{ bucket_endpoint }}" BUCKET_ENDPOINT="{{ bucket_endpoint }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment