Public Access
1
0

chore: align deployment environment config

This commit is contained in:
pguerrerox
2026-05-01 01:14:21 +00:00
parent c7ebc33cda
commit dda123b803
3 changed files with 21 additions and 8 deletions
+4
View File
@@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Added
- Added a multi-stage `Dockerfile` and `docker-compose.yml` for running the web app, API, worker, and PostGIS database as a local container stack.
### Changed
- Updated the Docker Compose deployment config to read app secrets and Vite build settings from environment variables, and added a `.dockerignore` to keep container builds leaner.
- Aligned the Docker Compose and example environment settings so local and deployment configs use the same variable names and document URL-encoded database passwords when needed.
## [2026-04-19]
### Added