mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +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
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue