Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker for Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Composer
plugin
Docker for Drupal
Commits
5fc14849
Commit
5fc14849
authored
11 months ago
by
GitLab CI
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
Merging develop into main See merge request
!104
parents
ea78e91e
9ab472b7
No related branches found
Branches containing commit
Tags
v3.10.19
Tags containing commit
1 merge request
!104
Merging develop into main
Pipeline
#1201614
passed
11 months ago
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Handler.php
+1
-0
1 addition, 0 deletions
src/Handler.php
templates/docker-compose.yml.twig
+2
-2
2 additions, 2 deletions
templates/docker-compose.yml.twig
with
3 additions
and
2 deletions
src/Handler.php
+
1
−
0
View file @
5fc14849
...
@@ -379,6 +379,7 @@ class Handler extends BaseHandler {
...
@@ -379,6 +379,7 @@ class Handler extends BaseHandler {
'projectrootfiles'
=>
$root
.
'/files'
,
'projectrootfiles'
=>
$root
.
'/files'
,
'projectrootredis'
=>
$root
.
'/redis'
,
'projectrootredis'
=>
$root
.
'/redis'
,
'projectrootinvoiceninja'
=>
$root
.
'/in'
,
'projectrootinvoiceninja'
=>
$root
.
'/in'
,
'projectrootmailpit'
=>
$root
.
'/mailpit'
,
'projectname'
=>
'drupal_'
.
getenv
(
'PROJECT_NAME'
)
.
'_'
.
getenv
(
'CI_COMMIT_REF_SLUG'
),
'projectname'
=>
'drupal_'
.
getenv
(
'PROJECT_NAME'
)
.
'_'
.
getenv
(
'CI_COMMIT_REF_SLUG'
),
'projectdomain'
=>
str_replace
(
'_'
,
'-'
,
$this
->
config
->
readValue
(
'domain'
)
??
''
),
'projectdomain'
=>
str_replace
(
'_'
,
'-'
,
$this
->
config
->
readValue
(
'domain'
)
??
''
),
'projectprotocol'
=>
'https'
,
'projectprotocol'
=>
'https'
,
...
...
This diff is collapsed.
Click to expand it.
templates/docker-compose.yml.twig
+
2
−
2
View file @
5fc14849
...
@@ -305,14 +305,14 @@ services:
...
@@ -305,14 +305,14 @@ services:
- traefik-public
- traefik-public
- default
- default
environment:
environment:
MP_SMTP_RELAY_CONFIG: /
data
/mailpitout.yml
MP_SMTP_RELAY_CONFIG: /
config
/mailpitout.yml
MP_DATA_FILE: /data/mailpit.db
MP_DATA_FILE: /data/mailpit.db
privileged: true
privileged: true
volumes:
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /etc/localtime:/etc/localtime:ro
-
{{
projectrootmailpit
}}
/mailpitout.yml:/data/mailpitout.yml
-
{{
projectrootmailpit
}}
:/data
-
{{
projectrootmailpit
}}
:/data
-
{{
projectroot
}}
/mailpit/mailpitout.yml:/config/mailpitout.yml
{%
if
mailpit.routed
%}
{%
if
mailpit.routed
%}
labels:
labels:
traefik.enable: 'true'
traefik.enable: 'true'
...
...
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