Skip to content
Snippets Groups Projects
Commit 89f39cc1 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

overwrite environment variable

parent d16e7994
No related branches found
No related tags found
1 merge request!2194Development
......@@ -28,8 +28,8 @@ RUN apt update && apt install --no-install-recommends -y \
RUN docker-php-ext-configure gd --with-freetype --with-jpeg
RUN docker-php-ext-install zip gd pcntl pdo_mysql pdo_pgsql
RUN yes 'y' | pecl install xdebug-3.2.2 igbinary-3.2.14 imagick
RUN docker-php-ext-enable igbinary imagick
RUN yes 'y' | pecl install xdebug-3.2.2 igbinary-3.2.14 redis-5.3.7 imagick
RUN docker-php-ext-enable igbinary redis imagick
RUN docker-php-ext-enable --ini-name=xdebug.ini xdebug
# Add working dir for the code base
......
......@@ -157,6 +157,10 @@ spec:
env:
- name: APP_ENV
value: {{ .Values.environment }}
- name: REDIS_HOST
value: 127.0.0.1
- name: REDIS_PORT
value: 6379
volumeMounts:
- name: secrets
mountPath: /metager/metager_app/.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment