Skip to content
Snippets Groups Projects
Commit f79c2ca5 authored by jurgenhaas's avatar jurgenhaas
Browse files

#68 Add support for invoice ninja

parent 3f3e21df
No related branches found
No related tags found
1 merge request!83Merging develop into main
Pipeline #1157641 passed
......@@ -643,7 +643,7 @@ class Handler extends BaseHandler {
'dest' => $projectRoot . '/tests',
],
'in-vhost.conf' => [
'dest' => $projectRoot . '/config',
'dest' => $projectRoot . '/nginx',
'condition' => $this->config->readValue(['invoiceninja', 'enable']),
],
];
......
......@@ -689,7 +689,7 @@ services:
volumes:
- '/etc/timezone:/etc/timezone:ro'
- '/etc/localtime:/etc/localtime:ro'
- '{{ projectroot }}/config/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro'
- '{{ projectroot }}/nginx/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro'
- '{{ projectrootfiles }}/in/app/public:/var/www/app/public:ro'
labels:
traefik.enable: 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment