Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
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
Model registry
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
DevOps Tools
Documentation
Merge requests
!18
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
2
Pipelines
0
Changes
5
Merged
danielspeicher
requested to merge
develop
into
main
9 months ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6f9d5d20
2 commits,
9 months ago
5 files
+
43
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
docs/composer/plugin/d4d/index.md
+
30
−
0
Options
@@ -315,6 +315,36 @@ This will add another environment variable to the php container, define a second
Please remember to update docker compose with
`ahoy update`
and then recreate your containers with
`ahoy up`
after changing these settings.
### Adding Invoice Ninja
To enable
[
Invoice Ninja
](
https://invoiceninja.com/
)
, you can add this to
`lakedrops.yml`
:
```
in
docker4drupal:
invoiceninja:
enable: true
api_key: 'base64:THE KEY FROM YOUR IN INSTANCE'
admin_name: admin@example.com
admin_pass: INITIAL ADMIN PASSWORD
mail:
host: smtp.example.com
port: 465
user: USERNAME
pass: PASSWORD
security: ssl
fromname: 'YOUR NAME'
```
After executing
`a d4d update`
, you will find the following Docker container in your console:
```
in
✔ Container tierpension-haas-in-db-1 Started
✔ Container tierpension-haas-in-app-1 Started
✔ Container tierpension-haas-in-web-1 Started
```
You now can access Invoice Ninja by URL:
`http(s)://invoice-<your-domain>`
.
### More configuration tweaks
#### Customizing the apache config
Loading