Public Access
1
0

feat: add docker deployment stack

Add container definitions for the web app, API, worker, and PostGIS database so the local stack can be built and run consistently.
This commit is contained in:
pguerrerox
2026-04-30 23:39:54 +00:00
parent d1363d6677
commit 2acfb1cdf5
3 changed files with 97 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
### 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.
## [2026-04-19]
### Added