Docs: Production VM provisioning walkthrough and host-mount config#121
Open
aprilrieger wants to merge 1 commit intomainfrom
Open
Docs: Production VM provisioning walkthrough and host-mount config#121aprilrieger wants to merge 1 commit intomainfrom
aprilrieger wants to merge 1 commit intomainfrom
Conversation
…ing on a new vm with the docker-compose.production.yml file
Member
Author
|
Sent email to the team at WVU, waiting to hear back, pr here for their team to review: #121
|
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.

Ref ticket #120 (comment)
Summary
Single production deployment guide for WVU (wvu_knapsack) and production Compose config using host bind mounts instead of Docker volumes.
Changes
Documentation
docs/PRODUCTION-VM-PROVISIONING.md..env.production, (4) GHCR login, (5) build/run with alias workflow, (6) reverse proxy/SSL, (7) verify and logs.git clone git@github.com:notch8/wvu_knapsack.git wvu_knapsack./store/keep(persistent data) and/store/tmp(cache); subdirs in snake_case. Path table andmkdirexamples updated.dc='dotenv -e .env.production docker-compose -f docker-compose.production.yml',TAG=$(git rev-parse --short=8 HEAD) dc pull/dc up -d --scale worker=3 web worker, and optional~/.bashrcpersistence. Note onworker_auxfor other knapsacks.bin/deploy-hykudev.sh(hykudev routine deploys) with workflow and URLs.docs/PRODUCTION-HOST-MOUNTS-AND-LOGS.md(content merged into main doc).Docker Compose
docker-compose.production.yml: All data/cache volumes use host bind mounts under/store/keepand/store/tmp(no Docker named volumes). Comment updated to point at the single provisioning doc.