Skip to content

Comments

Enhance Docker configuration and settings for improved environment management. Added environment variables for Memcached, allowed hosts, and logging options in docker-compose.yml. Updated Dockerfile to streamline package installation and set Python environment variables. Modified settings.py to support environment-configurable session management and logging behavior.#155

Open
deivisonmarteleto wants to merge 1 commit intoglobocom:masterfrom
deivisonmarteleto:xuxu

Conversation

@deivisonmarteleto
Copy link

settings.py: suporte a env vars (ALLOWED_HOSTS, MEMCACHED_HOST, SESSION_ENGINE), flags de segurança opcionais e opção LOG_TO_STDOUT.
docker-compose.yml: injeção de MEMCACHED_HOST, ALLOWED_HOSTS e LOG_TO_STDOUT.
Dockerfile: PYTHONUNBUFFERED, PIP_NO_CACHE_DIR, --no-install-recommends e limpeza de cache apt; removido venv redundante.

…nagement. Added environment variables for Memcached, allowed hosts, and logging options in docker-compose.yml. Updated Dockerfile to streamline package installation and set Python environment variables. Modified settings.py to support environment-configurable session management and logging behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant