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

#68 Add support for invoice ninja

parent 7c7b774c
No related branches found
No related tags found
1 merge request!82Merging develop into main
Pipeline #1157597 passed
...@@ -705,7 +705,6 @@ services: ...@@ -705,7 +705,6 @@ services:
volumes: volumes:
- '/etc/timezone:/etc/timezone:ro' - '/etc/timezone:/etc/timezone:ro'
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
- '{{ projectrootfiles }}/in/hosts:/etc/hosts:ro'
- '{{ projectrootfiles }}/in/app/public:/var/www/app/public:rw,delegated' - '{{ projectrootfiles }}/in/app/public:/var/www/app/public:rw,delegated'
- '{{ projectrootfiles }}/in/app/storage:/var/www/app/storage:rw,delegated' - '{{ projectrootfiles }}/in/app/storage:/var/www/app/storage:rw,delegated'
in-web: in-web:
...@@ -718,7 +717,7 @@ services: ...@@ -718,7 +717,7 @@ services:
volumes: volumes:
- '/etc/timezone:/etc/timezone:ro' - '/etc/timezone:/etc/timezone:ro'
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
- '{{ projectrootfiles }}/in/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro' - '{{ projectroot }}/config/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro'
- '{{ projectrootfiles }}/in/app/public:/var/www/app/public:ro' - '{{ projectrootfiles }}/in/app/public:/var/www/app/public:ro'
labels: labels:
traefik.enable: 'true' 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