Update .env.example with application version and Docker image name examples

This commit is contained in:
William Valentin
2025-07-15 13:37:10 -07:00
parent 987dc095c0
commit b8bf070b31

View File

@@ -1,3 +1,11 @@
# The version of the application
# This should match the version in your Dockerfile
# Example: VERSION=0.0.1
VERSION=0.0.1
# The Docker image name
# This should include the registry, repository, and tag
# Example: IMAGE=gitea-http.taildb3494.ts.net/will/thechart:${VERSION}
IMAGE=gitea-http.taildb3494.ts.net/will/thechart:${VERSION}
# Src Path
# The path to the source code directory
# This should be relative to the location of this .env file