Expose backend on port 809 for direct Caddy routing to fix PDF download
This commit is contained in:
parent
eb7983f0ba
commit
13d219db03
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ services:
|
|||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
pull_policy: build
|
||||
ports:
|
||||
- "809:3001"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DATABASE_URL=postgresql://docket_user:docket_pass@postgres:5432/docket_db
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue