-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
32 lines (27 loc) · 1015 Bytes
/
.env.dist
File metadata and controls
32 lines (27 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# compose env file
COMPOSE_PROJECT_NAME="vim-python-docker-template"
TZ=Asia/Vladivostok
DOCKER_HOST_UID=1000
DOCKER_HOST_GID=1000
DOCKER_USER=developer
DOCKER_USER_HOME=/home/developer
DOCKER_PLATFORM=linux/amd64
MIRROR_LIST_COUNTRY=RU
BUILD_PACKAGES="pyenv git gnupg sudo postgresql-libs mariadb-libs openmp"
VIM_PACKAGES="python vim vim-spell-en vim-spell-ru ctags ripgrep bat npm nodejs-lts-jod openai-codex gemini-cli"
CODE_SERVER_EXTENSIONS="ms-python.python ms-pyright.pyright charliermarsh.ruff ms-toolsai.jupyter"
PYTHON_VERSION=3.14
PYTHONUNBUFFERED=1
PIP_DEFAULT_TIMEOUT=300
POETRY_VERSION=2.3.4
POETRY_OPTIONS_APP="--only main --compile"
POETRY_OPTIONS_DEV="--no-root --with dev --compile"
POETRY_NO_INTERACTION=1
CODE_SERVER_HOST=0.0.0.0
CODE_SERVER_PORT=8443
CODE_SERVER_AUTH=password
# Secrets: keep in local .env only; never paste them into logs/issues.
JUPYTER_TOKEN=change_me_to_a_strong_random_token
CODE_SERVER_PASSWORD=change_me_to_a_strong_random_password
OPENAI_API_KEY=
GEMINI_API_KEY=