Invoice-Ninja proxy tweak.

This commit is contained in:
2025-02-19 15:01:38 -05:00
parent 164d2ce78e
commit cb6ccae501
+3 -12
View File
@@ -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