FLASK_APP=/app/smsadminproto/smsadminproto/smsadminproto.py
#FLASK_ENV=development
FLASK_DEBUG=1
DB_HOST=postgres
DB_PORT=5432
POSTGRES_DB=mydatabase
POSTGRES_USER=mydatabase
POSTGRES_PASSWORD=mypassword
# DATABASE_URL peu être construite à partir des autres variables, inutile ?
DATABASE_URL=postgresql://mydatabase:runthemall@postgres:5432/mydatabase
RABBITMQ_BROKER=rabbitmq
RABBITMQ_PORT=5672
PYTHONDONTWRITEBYTECODE=1