Skip to content

Commit

Permalink
add stapler binary config
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Feb 25, 2021
1 parent c690a6d commit 23ee64a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0] - Work in Progress
## [2.0.0.rc35] - 25 February 2021

### Added

Expand Down
1 change: 1 addition & 0 deletions docker/2.0/config/papermerge.config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BINARY_STAPLER = "/opt/app/.venv/bin/stapler"

DBUSER = "dbuser"
DBPASS = "dbpass"
Expand Down
4 changes: 2 additions & 2 deletions docker/2.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
app:
image: eugenci/papermerge:2.0.0.rc1
image: eugenci/papermerge:2.0.0.rc35
build:
context: .
dockerfile: app.dockerfile
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
volumes:
- 'redisdata:/data'
worker:
image: eugenci/papermerge-worker:2.0.rc1
image: eugenci/papermerge-worker:2.0.0.rc35
build:
context: .
dockerfile: worker.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/papermerge/papermerge-core
papermerge-core == 2.0.0rc31
papermerge-core == 2.0.0rc35
# https://github.com/papermerge/mglib
mglib == 1.3.7
mgclipboard >= 0.3.0
Expand Down

0 comments on commit 23ee64a

Please sign in to comment.