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
Commits
6f9d5d20
Commit
6f9d5d20
authored
9 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
composer/plugin/docker4drupal#68
parent
98555344
No related branches found
No related tags found
1 merge request
!18
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/composer/plugin/d4d/index.md
+30
-0
30 additions, 0 deletions
docs/composer/plugin/d4d/index.md
with
30 additions
and
0 deletions
docs/composer/plugin/d4d/index.md
+
30
−
0
View file @
6f9d5d20
...
...
@@ -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
...
...
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