-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 981 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# mdx2-workflows environment configuration
# Copy to .env and adjust: cp .env.example .env
# --- Build mode ---
# Which Dockerfile to use:
# Dockerfile (default) — pull pre-built image from Docker Hub (fast)
# Dockerfile.source — clone mdx2 at a specific commit and build from source (for development)
# MDX2_DOCKERFILE=Dockerfile
# --- Docker Hub mode settings (used with Dockerfile) ---
# Docker Hub image tag for diffuseproject/mdx2.
# Available tags: https://hub.docker.com/repository/docker/diffuseproject/mdx2/tags
#
# TODO(mdx2-versioning): Update available tags once GHA docker.yml tags on release.
# TODO(mdx2-releases): Link to https://github.com/diff-use/mdx2/releases once releases exist.
# MDX2_IMAGE_TAG=1.0.0
# --- Source mode settings (used with Dockerfile.source) ---
# Git commit SHA, branch, or tag to build from.
# Browse commits: https://github.com/diff-use/mdx2/commits/main
# MDX2_COMMIT=542f0f195e6de55ff734913c5bbd4cdb30beb2e6