refactor(docker): update webserver configuration in docker-compose file

- Changed webserver service to build from local Dockerfile instead of using a remote image.
- Updated image name to 'intellidocs-ngx:local' and set pull policy to 'never'.
- This change facilitates local development and testing of the IntelliDocs application.
This commit is contained in:
dawnsystem 2025-11-10 07:48:31 +01:00
parent 899284726b
commit 7f40a45a2c

View file

@ -41,11 +41,11 @@ services:
start_period: 30s start_period: 30s
webserver: webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:latest build:
# To build locally instead: context: ../..
# build: dockerfile: Dockerfile
# context: ../.. image: intellidocs-ngx:local
# dockerfile: Dockerfile pull_policy: never
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
broker: broker: