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