This commit is contained in:
2026-03-07 03:01:43 +00:00
commit 365cb6692e
8 changed files with 240 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Copy to .env on deploy host (or set in Jenkins)
# These are passed to docker-compose during deployment
DOCKER_REGISTRY=docker.io
DOCKER_IMAGE=myorg/myapp
IMAGE_TAG=latest