WIP: Postgres service for devicehub-django #46

Draft
rskthomas wants to merge 15 commits from feature/devicehub-postgres_docker into main
Owner

Hola!

Este corto PR agrega el servicio de postgres (ereuse/projectes#138) a devicehub-django y configura django para usar este último en vez de sqlite.

También hice un source del .env en el entrypoint que sino únicamente agarraba los valores por default.

Hola! Este corto PR agrega el servicio de postgres (ereuse/projectes#138) a devicehub-django y configura django para usar este último en vez de sqlite. También hice un source del .env en el entrypoint que sino únicamente agarraba los valores por default.
rskthomas added 5 commits 2025-02-03 00:09:05 +00:00
rskthomas added 3 commits 2025-02-03 05:49:46 +00:00
rskthomas added 1 commit 2025-02-03 05:52:53 +00:00
rskthomas changed title from WIP: Postgres service for devicehub-django to Postgres service for devicehub-django 2025-02-03 05:57:28 +00:00
rskthomas changed title from Postgres service for devicehub-django to WIP: Postgres service for devicehub-django 2025-02-18 18:14:35 +00:00
rskthomas added 1 commit 2025-02-18 19:38:39 +00:00
rskthomas added 2 commits 2025-02-19 00:22:18 +00:00
rskthomas added 1 commit 2025-02-19 21:46:05 +00:00
rskthomas added 2 commits 2025-02-20 05:38:12 +00:00
This pull request has changes conflicting with the target branch.
  • docker-compose.yml
  • docker/devicehub-django.entrypoint.sh
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/devicehub-postgres_docker:feature/devicehub-postgres_docker
git checkout feature/devicehub-postgres_docker

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff feature/devicehub-postgres_docker
git checkout main
git merge --ff-only feature/devicehub-postgres_docker
git checkout feature/devicehub-postgres_docker
git rebase main
git checkout main
git merge --no-ff feature/devicehub-postgres_docker
git checkout main
git merge --squash feature/devicehub-postgres_docker
git checkout main
git merge --ff-only feature/devicehub-postgres_docker
git checkout main
git merge feature/devicehub-postgres_docker
git push origin main
Sign in to join this conversation.
No reviewers
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: ereuse/devicehub-django#46
No description provided.