Claude/hostinger vps hosting kfl6zu#1322
Closed
sabinshrestha wants to merge 3 commits into
Closed
Conversation
…mage The postgres:18 images moved PGDATA to /var/lib/postgresql/<major>/docker and their entrypoint exits with an error when a volume is mounted at the legacy /var/lib/postgresql/data path, so fsh-postgres died on first boot. Mount the named volume at /var/lib/postgresql instead, and update the README service table (17-alpine -> 18-alpine) to match the compose file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DFQLjcNgtia6c288Yz6s2P
Step-by-step guide for deploying on a fresh Ubuntu VPS: OS prep, Docker, .env secrets, compose build, DNS, Caddy HTTPS, loopback port binding, ufw. Includes every error hit during the first deploy (postgres 18 volume layout, placeholder domain in Caddyfile, corporate filter blocking a newly-registered domain) with cause and fix, plus day-2 update/backup commands. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DFQLjcNgtia6c288Yz6s2P
Architecture overview (edge -> Caddy -> compose stack -> data plane), deployment flow with the two failure branches from the first deploy, and a request-flow sequence diagram showing why FSH_*_URL must match the browser-facing URLs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DFQLjcNgtia6c288Yz6s2P
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.