Skip to content

update Documentation with runtime-env for docker image deployment#26

Merged
marcelreit merged 1 commit into
mainfrom
doc/updated-Doc
Mar 30, 2026
Merged

update Documentation with runtime-env for docker image deployment#26
marcelreit merged 1 commit into
mainfrom
doc/updated-Doc

Conversation

@marcelreit

Copy link
Copy Markdown
Contributor

This pull request improves documentation and deployment configuration for running the tankify-frontend application with Docker, making it easier for users to get started and for deployments to securely inject runtime secrets.

Documentation improvements:

  • Updated both README.md and doc/running-docker.md to clearly outline two options for running the Docker image: using a prebuilt image from GHCR or building the image locally, including recommended environment variables for debugging and authentication. [1] [2]
  • Clarified the importance of using pinned image tags for production rather than latest, and updated example docker-compose and docker run commands accordingly. [1] [2]
  • Improved navigation in doc/README.md by renaming the relevant section to "Run Or Deploy With Docker" for clarity.

Deployment configuration:

  • Modified the deployment workflow (.github/workflows/deploy.yml) to inject environment variables from the tankify-frontend-runtime secret at runtime, enabling secure and flexible configuration in production.

@marcelreit marcelreit self-assigned this Mar 30, 2026
@marcelreit marcelreit added the documentation Improvements or additions to documentation label Mar 30, 2026
@marcelreit marcelreit merged commit 0fd3a8e into main Mar 30, 2026
2 checks passed
@marcelreit marcelreit deleted the doc/updated-Doc branch March 30, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant