Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
89f39cc1
Commit
89f39cc1
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
overwrite environment variable
parent
d16e7994
No related branches found
No related tags found
1 merge request
!2194
Development
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/fpm/Dockerfile
+2
-2
2 additions, 2 deletions
build/fpm/Dockerfile
chart/templates/deployment.yaml
+4
-0
4 additions, 0 deletions
chart/templates/deployment.yaml
with
6 additions
and
2 deletions
build/fpm/Dockerfile
+
2
−
2
View file @
89f39cc1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment.yaml
+
4
−
0
View file @
89f39cc1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment