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
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:latest
# To build locally instead:
# build:
# context: ../..
# dockerfile: Dockerfile
build:
context: ../..
dockerfile: Dockerfile
image: intellidocs-ngx:local
pull_policy: never
restart: unless-stopped
depends_on:
broker: