Consolidate Docker deployment into a single PaperJet container
This commit is contained in:
parent
db9e2ca51b
commit
65abb5154e
13 changed files with 290 additions and 151 deletions
|
|
@ -40,9 +40,13 @@ COOKIE_SECURE=false
|
|||
# --------------------------------------------
|
||||
# Networking
|
||||
# --------------------------------------------
|
||||
# Port the frontend container publishes. Your outer reverse proxy targets this.
|
||||
# Port the PaperJet container publishes. Your outer reverse proxy targets this.
|
||||
HTTP_PORT=4982
|
||||
|
||||
# Optional image reference for a pulled Forgejo build.
|
||||
# Leave unset for local builds; set this before docker compose pull in production.
|
||||
# PAPERJET_IMAGE=git.elijahkuntz.com/your-user/paperjet:latest
|
||||
|
||||
# --------------------------------------------
|
||||
# Debug
|
||||
# --------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue