Expose backend on port 809 for direct Caddy routing to fix PDF download

This commit is contained in:
TheMaddax 2025-11-10 00:12:39 -06:00
parent eb7983f0ba
commit 13d219db03

View file

@ -21,6 +21,8 @@ services:
context: ./backend context: ./backend
dockerfile: Dockerfile dockerfile: Dockerfile
pull_policy: build pull_policy: build
ports:
- "809:3001"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- DATABASE_URL=postgresql://docket_user:docket_pass@postgres:5432/docket_db - DATABASE_URL=postgresql://docket_user:docket_pass@postgres:5432/docket_db