Skip to content

Conversation

@Mufeth7
Copy link

@Mufeth7 Mufeth7 commented Apr 15, 2025

This PR resolves critical deployment issues in the Docker configuration that prevent note creation.

Problem

  1. Redis Connection Failure: Missing REDIS_URL environment variable caused backend to fail connecting to Redis
  2. Environment Variable Syntax: SIZE_LIMIT: 4 MiB (with space) would be parsed incorrectly by Rust's byte_unit
  3. Port Conflicts: Frontend proxy (port 3000) tried reaching backend via port 8000, but Docker mapped port 80→8000 (Matches frontend proxy expectations from vite.config.js)

Impact

  • ✅ Ensures Redis connectivity for note storage
  • ✅ Prevents environment variable parsing errors
  • ✅ Resolves frontend/backend port conflicts
  • ✅ Explicit network definition improves deployment reliability

@Mufeth7 Mufeth7 changed the title Modified in docker-compose.yaml file, added network and changed in p… Fix Docker deployment issues - Redis connectivity & environment variables Apr 15, 2025
cupcakearmy and others added 15 commits May 8, 2025 17:20
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.0.7 to 6.0.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the cargo group with 1 update in the /packages/backend directory: [ring](https://github.com/briansmith/ring).


Updates `ring` from 0.16.20 to 0.17.12
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@ghost ghost closed this by deleting the head repository May 19, 2025
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants