Skip to content
Snippets Groups Projects
Commit 35a9dff8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix_docker_startup' into 'master'

Allow to use ENV variables

See merge request !538
parents 0e336bcb 55e99d06
No related branches found
No related tags found
1 merge request!538Allow to use ENV variables
Pipeline #6479 passed
Pipeline: AlekSIS

#6480

    #!/bin/bash
    RUN_MODE=${RUN_MODE:-uwsgi}
    HTTP_PORT=${HTTP_PORT:-8000}
    RUN_MODE=uwsgi
    if [[ -z $ALEKSIS_secret_key ]]; then
    if [[ ! -e /var/lib/aleksis/secret_key ]]; then
    ......
    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