12 lines
405 B
Text
12 lines
405 B
Text
# Variables read by docker-compose.yml at the project root.
|
|
# Copy to .env (chmod 600) and fill with real values.
|
|
# Generate a strong password with: openssl rand -base64 24 | tr -d '/+' | head -c 24
|
|
|
|
POSTGRES_DB=gendesign
|
|
POSTGRES_USER=gendesign
|
|
POSTGRES_PASSWORD=changeme
|
|
|
|
# For docker-compose.prod.yml only:
|
|
# YC_REGISTRY_ID=
|
|
# IMAGE_TAG=latest
|
|
# NEXT_PUBLIC_API_BASE_URL=https://your-domain.example.ru
|