36 lines
980 B
Plaintext
36 lines
980 B
Plaintext
# This file is managed by Ansible. Do not edit manually.
|
|
|
|
# --- Common Settings ---
|
|
HOSTNAME="af-green"
|
|
COMPOSE_PROJECT_NAME="ytdlp-ops-management"
|
|
TZ="Europe/Moscow"
|
|
service_role="management"
|
|
|
|
# --- Docker Image Settings ---
|
|
YTDLP_OPS_IMAGE="pangramia/ytdlp-ops-server:latest"
|
|
AIRFLOW_IMAGE_NAME="pangramia/ytdlp-ops-airflow:latest"
|
|
|
|
# --- Network Settings ---
|
|
ENVOY_PORT=9080
|
|
ENVOY_ADMIN_PORT=9901
|
|
YTDLP_BASE_PORT=9090
|
|
YTDLP_WORKERS=3
|
|
MANAGEMENT_SERVICE_PORT=9091
|
|
REDIS_PORT=52909
|
|
POSTGRES_PORT=5432
|
|
|
|
# --- Security Settings ---
|
|
REDIS_PASSWORD="rOhTAIlTFFylXsjhqwxnYxDChFc"
|
|
POSTGRES_PASSWORD="pgdb_pwd_A7bC2xY9zE1wV5uP"
|
|
AIRFLOW_ADMIN_PASSWORD="2r234sdfrt3q454arq45q355"
|
|
FLOWER_PASSWORD="dO4eXm7UkF81OdMvT8E2tIKFtPYPCzyzwlcZ4RyOmCsmG4qzrNFqM5sNTOT9"
|
|
|
|
# --- User and Group IDs ---
|
|
AIRFLOW_UID=1003
|
|
AIRFLOW_GID=1001
|
|
|
|
# --- Master-specific settings ---
|
|
MASTER_HOST_IP=89.253.221.173
|
|
# Camoufox is not used on master, but the config generator expects the variable.
|
|
CAMOUFOX_PROXIES=
|