mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
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:
parent
899284726b
commit
7f40a45a2c
1 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue