[GH-ISSUE #269] Issues with the project when using docker #218

Closed
opened 2026-02-25 21:31:28 +03:00 by kerem · 3 comments
Owner

Originally created by @oussama-he on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/269

Originally assigned to: @ciur on GitHub.

I have recently cloned this repo and I'm trying to run the project and do some modifications, but I'm facing some issues.

Among these issues, I get two different interfaces after login. To clarify, when I'm using docker to run this project I get this interface after login:

h-docker

And this interface when running the project after install dependencies manually.

h-run

Also, I can't see the modifications that I made when running the project using docker.

Can anyone tell me what is the problem and how can I fix it, please?

Thank you in advance.

Originally created by @oussama-he on GitHub (Dec 23, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/269 Originally assigned to: @ciur on GitHub. I have recently cloned this repo and I'm trying to run the project and do some modifications, but I'm facing some issues. Among these issues, I get two different interfaces after login. To clarify, when I'm using docker to run this project I get this interface after login: ![h-docker](https://user-images.githubusercontent.com/18425315/103021849-245efa00-454b-11eb-918b-d39fc17e20f9.png) And this interface when running the project after install dependencies [manually](https://papermerge.readthedocs.io/en/latest/setup/manual_way.html#manual-way-bare-metal). ![h-run](https://user-images.githubusercontent.com/18425315/103021861-2a54db00-454b-11eb-9352-080017c1cb33.png) Also, I can't see the modifications that I made when running the project using docker. Can anyone tell me what is the problem and how can I fix it, please? Thank you in advance.
kerem 2026-02-25 21:31:28 +03:00
Author
Owner

@ciur commented on GitHub (Dec 23, 2020):

Hi @oussama-he, when running docker images with cd docker/1.4; docker-compose up you run latest stable version - which is 1.5.4.

While when running project manually you run the main branch i.e. development mode.
Development mode i.e. git master branch is the very latest version (i.e. work in progress) and it is not suitable for production.

<!-- gh-comment-id:750412793 --> @ciur commented on GitHub (Dec 23, 2020): Hi @oussama-he, when running docker images with ``cd docker/1.4; docker-compose up`` you run latest stable version - which is 1.5.4. While when running project manually you run the main branch i.e. development mode. Development mode i.e. git master branch is the very latest version (i.e. work in progress) and it is not suitable for production.
Author
Owner

@oussama-he commented on GitHub (Dec 23, 2020):

Thank you for your clarification, but I can't see my modifications when running the project using docker.
Also, I have an issue when using docker-compose run app django-admin compilemessages -l ar, it doesn't compile the file.

<!-- gh-comment-id:750420382 --> @oussama-he commented on GitHub (Dec 23, 2020): Thank you for your clarification, but I can't see my modifications when running the project using docker. Also, I have an issue when using `docker-compose run app django-admin compilemessages -l ar`, it doesn't compile the file.
Author
Owner

@ciur commented on GitHub (Dec 26, 2020):

Docker image is not provided for development purposes. Docker compose will run code from same commit (which is tagged as latest stable).
If you want to dockerize you own changes, you need to make changes outside docker, and when you are done with changes, you need to create you own image.

<!-- gh-comment-id:751322057 --> @ciur commented on GitHub (Dec 26, 2020): Docker image is not provided for development purposes. Docker compose will run code from same commit (which is tagged as latest stable). If you want to dockerize you own changes, you need to make changes outside docker, and when you are done with changes, you need to create you own image.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#218
No description provided.