Invoice-Ninja proxy tweak.
This commit is contained in:
+3
-12
@@ -1998,18 +1998,9 @@ services:
|
||||
target: 80
|
||||
restart: always
|
||||
volumes:
|
||||
- read_only: true
|
||||
source: ${DOCKER_VOLUME_CONFIG}/invoice_ninja/proxy/invoice_ninja.conf
|
||||
target: /etc/nginx/conf.d/in-vhost.conf
|
||||
type: bind
|
||||
bind:
|
||||
create_host_path: true
|
||||
- read_only: true
|
||||
source: ${DOCKER_VOLUME_CONFIG}/invoice_ninja/app/public
|
||||
target: /var/www/app/public
|
||||
type: bind
|
||||
bind:
|
||||
create_host_path: true
|
||||
- ${DOCKER_VOLUME_CONFIG}/invoice-ninja/nginx:/etc/nginx/conf.d:ro
|
||||
- invoice-ninja_public:/var/www/html/public
|
||||
- invoice-ninja_storage:/var/www/html/storage
|
||||
it-tools:
|
||||
container_name: it-tools
|
||||
image: ghcr.io/corentinth/it-tools:latest
|
||||
|
||||
Reference in New Issue
Block a user